Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Provide an event type to trigger
ADVERSE_ACTION.*
, APPLICATION.*
, CARD.*
, DISPUTE.*
, EXTERNAL_CARD.*
, EXTERNAL_CARD_TRANSFER.*
, INTERNAL_TRANSFER.*
, STATEMENT.*
, TRANSACTION.*
Response
Triggered webhook event
Webhook event object that will be returned after triggering the given event. Only id, type and event_time will have value.
Json string of object associated with the event. For example, if your event is ACCOUNT.CREATED, You can refer to Acccount to parse the account event to obtain the ID, status etc.
Json string of object associated with the event related to a resource change. This only contains those fields that have value changed on the event, and the field values are prior to the resource change event.
Timestamp of the current event raised
Unique event ID of the webhook request. Use event endpoints to get more event summary data
Metadata that stored in the webhook subscription
The ID of the resource this event occurred on, if available.
Response history of the webhook request
Current event status. Failing event will keep retry until it is purged.
FAILED
, RETRYING
, RUNNING
, SUCCESS
All the webhook event types
ADVERSE_ACTION.CREATED
, APPLICATION.CREATED
, APPLICATION.UPDATED
, CARD.CREATED
, CARD.DIGITALWALLETTOKEN.CREATED
, CARD.DIGITALWALLETTOKEN.UPDATED
, CARD.IMAGE.CREATED
, CARD.IMAGE.UPDATED
, CARD.UPDATED
, DISPUTE.CREATED
, DISPUTE.UPDATED
, EXTERNAL_CARD.CREATED
, EXTERNAL_CARD.DELETED
, EXTERNAL_CARD.UPDATED
, EXTERNAL_CARD_TRANSFER.CREATED
, EXTERNAL_CARD_TRANSFER.UPDATED
, INTERNAL_TRANSFER.SUCCEEDED
, STATEMENT.CREATED
, TRANSACTION.CREATED
, TRANSACTION.UPDATED
URL that the current event will be sent to
1024
Webhook the current event belongs to