When a new card activation request is processed by a card provider
EVENT card_activate
Parameters
Field | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
id | String |
Unique number identifying the card activation request |
||||||||
status | String |
The current status of the request.
|
||||||||
uri | String |
The card activation request details url |
||||||||
requestData | Object |
An optional list of properties that relate to the card activation request. Will not be included in the event if not set. This information will only be available via the event, it cannot be retrieved at a later date from the card activation request. |
||||||||
amount | String |
An integer indicating the amount in cents to activate on the card |
||||||||
expiryDate | String |
Date indicating when the card will expire |
Example
Event
{
"event": "card_activate",
"data": {
"id": "1354",
"status": "activated",
"requestData": {
"amount": "2500",
"expiryDate": "2019-09-27T04:58:38.485Z"
}
"uri": "https://sandbox.doshii.co/pos/v3/loyalty/cards/activation/1354"
}
}
Comments
0 comments
Please sign in to leave a comment.