Afriex sends real-time webhook notifications to your configured URL whenever a transaction is created or updated.Documentation Index
Fetch the complete documentation index at: https://docs.afriex.com/llms.txt
Use this file to discover all available pages before exploring further.
Security
See Webhooks Introduction for setup, signature validation, and retry behavior.Event Types
TRANSACTION.CREATED- A new transaction has been initiatedTRANSACTION.UPDATED- Transaction status or fields have changed
Sample Payload
event field will be TRANSACTION.CREATED or TRANSACTION.UPDATED depending on the action that triggered the notification.
Response
Return200 (or another 2xx) after successful validation and processing.