{
"event": "CARD_UPDATED",
"session_id": "fb5aa994-ed1c-4c3e-b29a-b2a53222e584",
"task_id": 25605,
"external_user_id": "3dcbb19a-b2f1-4a7b-8792-d76027b627b3",
"merchant": {
"id": 11,
"name": "Uber"
},
"data": {
"card_id": "123456789",
"metadata": {
"reference_token": "abc123",
"trace_id": "def456"
},
"subscriptions": [
{
"id": "ka8sdf0asdfm10as0a0sdfja7ssa8"
},
{
"id": "8asdh29qjss923kd0d920skd8sjd8"
}
]
},
"timestamp": 1710864923198
}Webhook Events
CARD_UPDATED
Fired when a card is updated in a merchant account.
WEBHOOK
card_updated
{
"event": "CARD_UPDATED",
"session_id": "fb5aa994-ed1c-4c3e-b29a-b2a53222e584",
"task_id": 25605,
"external_user_id": "3dcbb19a-b2f1-4a7b-8792-d76027b627b3",
"merchant": {
"id": 11,
"name": "Uber"
},
"data": {
"card_id": "123456789",
"metadata": {
"reference_token": "abc123",
"trace_id": "def456"
},
"subscriptions": [
{
"id": "ka8sdf0asdfm10as0a0sdfja7ssa8"
},
{
"id": "8asdh29qjss923kd0d920skd8sjd8"
}
]
},
"timestamp": 1710864923198
}Fired when a card is updated in a merchant account.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Body
application/json
Name of the webhook event.
Example:
"CARD_UPDATED"
Unique identifier for the session.
Example:
"fb5aa994-ed1c-4c3e-b29a-b2a53222e584"
Unique identifier for the task.
Example:
25605
Unique identifier for the user.
Example:
"3dcbb19a-b2f1-4a7b-8792-d76027b627b3"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Unix timestamp of the webhook event in UTC.
Example:
1710864923198
Was this page helpful?
⌘I