handle_callback
Simulate webhook callbacks from Tunzaa Payments to test and develop integration code with real transaction payload examples.
Instructions
Simulate or handle the callback payload sent by Tunzaa to your webhook. Essential for grounding your webhook integration code with real payload examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | The unique Tunzaa transaction ID sent in the webhook. | |
| status | Yes | The final status of the payment (e.g., 'COMPLETED', 'FAILED', 'CANCELLED'). | |
| reference_id | No | Your system's unique order reference. | |
| amount | No | The amount confirmed by the provider. | |
| payment_date | No | The date the payment was completed. | |
| timestamp | No | UNIX timestamp of the event. |