Resend merchant webhook
Resend a previously completed OR failed webhook for a deposit using ONE OF deposit_id OR transaction_id.
Will trigger a new webhook attempt without retries.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
Request body
| Name | Location | Type | Description |
|---|---|---|---|
merchantrequired | body | string | Your merchant name |
deposit_idoptional | body | string | Your unique custom deposit ID (string, max 50 characters) |
transaction_idoptional | body | integer | Transaction ID |
{
"merchant": "mymerchant",
"deposit_id": "123456asd",
"transaction_id": 123456
}Responses
200 **Please open the schema to see the response structure, fields, and their descriptions**
{
"status": "success"
}