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

NameData TypeDescription
AccountNumberStringCustomer's account number
SerialNoStringCard serial number
TokenStringAuthentication Key for the request
ReferenceStringUnique 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