Skip to main content
Afriex delivers real-time notifications to your configured webhook URL whenever a payment method is created, updated, or deleted.

Security

See Webhooks Introduction for setup, signature validation, and retry behavior.

Event Types

  • PAYMENT_METHOD.CREATED - A new payment method has been created
  • PAYMENT_METHOD.UPDATED - Payment method information has been updated
  • PAYMENT_METHOD.DELETED - A payment method has been deleted

Sample Payloads

Payment Method Created

Payment Method Updated

Payment Method Deleted

The event field will be PAYMENT_METHOD.CREATED, PAYMENT_METHOD.UPDATED, or PAYMENT_METHOD.DELETED depending on the action that triggered the notification.

Response

Return 200 (or another 2xx) after successful validation and processing.