Event Overview
Event Type:PAYMENT_SUCCESSFULCategory: Payment
Description: Payment transaction was successful This webhook is triggered when a customer successfully completes a payment transaction through EximPe.
Delivery Details
Headers
Signature verification (recommended):
Compute
HMAC-SHA256(encryption_key, raw_body) where raw_body is the exact UTF-8 request body as received. Compare the hex result with the X-Webhook-Signature header to ensure the webhook is from the platform and unchanged.
Payload Schema
Field Specifications
- Root Level Fields
- Data Object Fields
string
required
Always
"PAYMENT_SUCCESSFUL" for this webhook eventstring
required
Timestamp when the event occurred in YYYY-MM-DD HH:MM:SS formatExample:
"2024-02-15 16:53:15"string
required
Webhook payload version (currently “1.0”)
string
required
Unique identifier for the event instanceExample:
"e40552bf-ed12-4f35-9a97-162d97e6fa34"object
required
Event-specific data payload containing payment transaction details