When a new card enquiry request is processed by a card provider
EVENT card_enquiry
Parameters
Field | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
id | String |
Unique number identifying the card enquiry request |
||||||
status | String |
The current status of the request.
|
||||||
uri | String |
The card enquiry request details url |
||||||
requestData | Object |
An optional list of properties that support the card enquiry 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 enquiry request. |
||||||
amount | String |
An integer indicating the amount in cents that the POS believes is remaining on the card. |
||||||
expiryDate | String |
Date indicating when the card will expire |
Example
Event
{
"event": "card_enquiry",
"data": {
"id": "1354",
"status": "complete",
"requestData": {
"amount": "2500",
"expiryDate": "2019-09-27T04:58:38.485Z"
}
"uri": "https://sandbox.doshii.co/pos/v3/loyalty/cards/enquiry/1354"
}
}
Comments
0 comments
Please sign in to leave a comment.