Hotlist Customer Card
This Hotlist cards tied to a customer account
Overview
The card records can be hotlisted using the account number AND/OR serial number of the card; the card serial number can be gotten from the Get Customer Cards endpoint response.
Required Payload
Name | Data Type | Description |
---|---|---|
AccountNumber | String | Customer's account number |
SerialNo | String | Card serial number |
Token | String | Authentication Key for the request |
Reference | String | Unique reference per request |
Expected Response
If the request is successful, it returns a status code of 200 with a response body.
{
"IsSuccessful": True
"ResponseMessage": "",
"SerialNo": "0120001",
"TransactionReference": "20948849"
}
You can check out the API reference for Hotlist Customer Card
Updated almost 2 years ago