Webhook notification service
Basic
To use the Webhook Notification Service, Specify the endpoint URL where the notifications should be sent:
"result": [
{
"uri": "https://example.com",
"method": "get"
}
]
Basic Notification Format
When the transaction status is updated, the system will send a notification to the configured endpoint with the following format:
"B8719542-fav4-4902-ab2c-11de595ace30"
Expanded
This service provides a webhook with expanded structure. To configure this service, please provide the end-point planned for notification to your Paysend Implementation team.
Expanded Notification Format
When the transaction status is updated, the system will send a notification to the configured endpoint with the following format:
{
"webhookType": "TransactionStatusUpdate",
"invoiceId": "ABC_TXN_123456",
"transactionId": "d78adfce-631d-485f-af32-29cagbf95b70",
"status": "Completed",
"statusDateTime": "2024-08-07T20:14:01.85131+03:00",
"errorCode": "0",
"errorDescription": null
}