Use this endpoint to register a Webhook in the Fyatu System to start receiving notifications from your server when an event occurs.

List of Webhook Events

  1. 3ds.received: This event occurs when a 3D Secure OTP Code is sent to the CardHolder to Authenticate his online payment.
  2. transaction.created: This event occurs when a new transaction is created in the Card. The transaction can be an Online Payment (Failed or not), Withdraw from Card or any kind of transaction, pre-autorization, debit and credit.
  3. card.blocked: This event occurs when a Card is deleted by the CardHolder, the Merchant, Fyatu or the Bank for any reason.
  4. card.overdraft: This event occurs when a Card has an overdraft due to negative balance. The amount is debited from the Merchant Account to cover the loss amount.
  5. card.reordered: This event occurs when a Card is Reordered and When an amount is debited from the Merchant Account to cover the monthly fees for the Card Usage.

Example of value of Event to Submit

For example you want to receive an event only for any transaction occured in the Card and for 3D Secure OTP Codes. Here's how your request will be formatted:

{
  "events": "3ds.received,transaction.created"
}
Language
Authorization
OAuth2
Authenticate
Click Try It! to start a request and see the response here!