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

Security

Every request includes an x-webhook-signature header. You must verify this signature using Afriex’s public key before processing.

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

Response

Return any 2xx status code to acknowledge receipt. Response body is ignored.