CardStatusUpdateEvent
A webhook event related to prepaid card status updates.
iduuidrequired
Change identifier.
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
cardIduuidrequired
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
customerIdstringrequired
Wallet customer id.
Possible values: <= 50 characters
oldStatusCardStatus (string)required
Contain information about the different card statuses.
ACTIVE
- Card can be used for payments.PENDING
- Intermediate status before issuing a card, while performing additional validations.CANCELLED
- The card is canceled and can't be used for any kind of operation. The status is (IRREVERSIBLE).SUSPENDED
- The status is changed from CS (Customer Service) representative or due to customer actions like (wrong activation info).APPLIED
- Intermediate status for a card that is stuck due to technical reasons.DIGITAL
-PHYSICAL
card that is active and can be used for online payments only, but it is not yet delivered to the client, and it is not activated.REJECTED
- Card is rejected due to technical / validation reasons.LOCKED
- Card is locked by the customer and can't be used for payments.EXPIRED
- Card is expired.ISSUED
- The status indicates that the customer has successfully applied for aPHYSICAL
card, but the card is not yet activated and can't be used for payments.
Possible values: [ACTIVE
, PENDING
, CANCELLED
, SUSPENDED
, APPLIED
, DIGITAL
, REJECTED
, LOCKED
, EXPIRED
, ISSUED
]
newStatusCardStatus (string)required
Contain information about the different card statuses.
ACTIVE
- Card can be used for payments.PENDING
- Intermediate status before issuing a card, while performing additional validations.CANCELLED
- The card is canceled and can't be used for any kind of operation. The status is (IRREVERSIBLE).SUSPENDED
- The status is changed from CS (Customer Service) representative or due to customer actions like (wrong activation info).APPLIED
- Intermediate status for a card that is stuck due to technical reasons.DIGITAL
-PHYSICAL
card that is active and can be used for online payments only, but it is not yet delivered to the client, and it is not activated.REJECTED
- Card is rejected due to technical / validation reasons.LOCKED
- Card is locked by the customer and can't be used for payments.EXPIRED
- Card is expired.ISSUED
- The status indicates that the customer has successfully applied for aPHYSICAL
card, but the card is not yet activated and can't be used for payments.
Possible values: [ACTIVE
, PENDING
, CANCELLED
, SUSPENDED
, APPLIED
, DIGITAL
, REJECTED
, LOCKED
, EXPIRED
, ISSUED
]
operationTypeCardOperationType (string)required
The field signifies the change that occurred.
Possible values: [UPDATE
, CREATE
]
Example:
UPDATE
reasonstring
Reason for changing the card status.
Possible values: <= 200 characters
CardStatusUpdateEvent
{
"id": "af5c8b52-0afd-4799-85ab-fe659a076932",
"cardId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"customerId": "string",
"oldStatus": "ACTIVE",
"newStatus": "ACTIVE",
"operationType": "UPDATE",
"reason": "string"
}