{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.external-account.status-changed",
"createdAt": "2024-07-16T00:00:00.000Z",
"data": {
"externalAccount": {
"id": "aa6e6efa-8d73-497c-8278-0347f459bd68",
"ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
"type": "card",
"status": "failed",
"statusDetails": {
"reason": "card-expired"
},
"label": "My Visa Card",
"asset": "GBP",
"network": "visa",
"features": [
"deposit",
"withdraw"
],
"details": {
"last4Digits": "1519",
"expiryDate": {
"month": 12,
"year": 2030
},
"octSupport": "supported"
},
"createdAt": "2024-06-01T00:00:00.000Z",
"updatedAt": "2024-07-15T00:00:00.000Z"
}
}
}Webhooks
External account status changed
The status of an external account has been changed.
WEBHOOK
core.external-account.status-changed
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.external-account.status-changed",
"createdAt": "2024-07-16T00:00:00.000Z",
"data": {
"externalAccount": {
"id": "aa6e6efa-8d73-497c-8278-0347f459bd68",
"ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
"type": "card",
"status": "failed",
"statusDetails": {
"reason": "card-expired"
},
"label": "My Visa Card",
"asset": "GBP",
"network": "visa",
"features": [
"deposit",
"withdraw"
],
"details": {
"last4Digits": "1519",
"expiryDate": {
"month": 12,
"year": 2030
},
"octSupport": "supported"
},
"createdAt": "2024-06-01T00:00:00.000Z",
"updatedAt": "2024-07-15T00:00:00.000Z"
}
}
}Authorizations
OAuth 2.0 authentication.
Headers
The unique identifier of the webhook.
The timestamp of the webhook, in seconds after the Unix epoch.
The signature of the webhook.
Body
application/json
External account status changed event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?