Payments Webhook Setup
Click Webhook from Left Sidebar
Setup Webhook Endpoint
Data From Webhook:
Below is the sample data sent via the webhook:
{
"transaction_id": "678f773facff5ref1222",
"external_id": "1222",
"payment_method": "Stripe",
"amount": 10,
"net_amount": 7,
"status": 1,
"currency": "USD",
"payment_date": "2025-01-21 14:30:24",
"webhook_secret": "eVwJjybVl0VVNzDeJ9PfK4fqZS3Z5g1h"
}
Status Mapping:
The status codes in the webhook data map to the following statuses:
- 0: Failed
- 1: Paid
- 3: Refunded
- 4: Disputed
- 5: Initiated

Update your webhook endpoint, status & save

Success Response:
