Test Webhook Sandbox
POST
/sandbox/init/customerWebhookTesterRequest
Body Params application/json
url
string
required
webHookType
string
required
Example
{
"url": "{{webhook url}}",
"webHookType": "TRANSACTIONS"
}
Request samples
Responses
Test Webhook Sandbox(200)
Test Webhook Sandbox
HTTP Code: 200
Content Type : Rawtext/plain
ExampleTest Webhook Sandbox
{
"status": "Paid",
"description": "Renewal of Taxes Neymar",
"paymentCurrency": "USD",
"paymentAmount": 10,
"paymentCharges": 0.05,
"paymentReference": "Webhook0001",
"paymentMethod": "WalletMoney",
"paymentDate": "2024-11-13T12:07:24.157+00:00"
}
Last modified: a day ago