Resend Webhook
While using the service, you may encounter a situation where your server failed to process a Webhook and you need it to be resent.
Resend webhook using API
Notify using UUID
POST https://api-processing.crypto-chief.com/v1/resend
Headers
Name
Value
Content-Type
application/json
Signature
Signed request body
Merchant
Merchant ID
Body
Name
Type
Required
Description
uuid
string
true
Invoice UUID
Response
{
"status": "ok"
}{
"data": null,
"error": {
"status": 400,
"name": "BadRequestError",
"message": "Bad request, Order not found",
"details": {}
}
}Last updated