Request
Body Params  application/json
{
    "url": "https://campsilwane.org/payment_processing_result.php",
    "webHookType": "TRANSACTIONS"
}
Request Code Samples
curl --location --request POST 'https://live.smatpay.africa/init/customerWebhookTester' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "https://campsilwane.org/payment_processing_result.php",
    "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-10-01 10:30:32