Request
Body Params application/json
{
"url": "{{webhook url}}",
"webHookType": "TRANSACTIONS"
}
Request samples
curl --location --request POST 'https://live.smatpay.africa/sandbox/init/zeePayHook' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "{{webhook url}}",
"webHookType": "TRANSACTIONS"
}'
Responses
{
"status": "Paid",
"description": "Renewal of Taxes Neymar",
"paymentCurrency": "USD",
"paymentAmount": 10.0,
"paymentCharges": 0.05,
"paymentReference": "Webhook0001",
"paymentMethod": "WalletMoney",
"paymentDate": "2024-11-13T12:07:24.157+00:00"
}
Modified at 2025-03-10 20:49:15