Virtual Card Expiration
Every virtual card has a validity period. This is determined by the expiry date of the card which is shown in the details page of the card (or in the payload when retrieving the details of a card). Once the validity period elapses and the card expires, it is deactivated. At this point, the card holder will no longer be able to fund the card or spend from it. Any fund remaining in a virtual card when it expires is returned to the issuing balance.
When a virtual card expires, a webhook notification is sent to your application. This notification response will look like this:
{
"event": "card.expired",
"data": {
"reference": "webhook unique reference",
"card_reference": "876eeb6f-f6cb-562f-a5e8-48d91dec7999",
"status": "expired",
"date": "2000-11-11T10:00:00"
}
}
Updated about 8 hours ago