Hotlist Customer Card

This Hotlist cards tied to a customer account

The card records can be hotlisted using account number AND/OR serial number of the card; the card serial number can be gotten from the “GetCustomerCards” endpoint response.

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/
Cards/HotlistCard

GET https://staging.mybankone.com/thirdpartyapiservice/apiservice/Cards/ HotlistCard

Request Body

Name
Type
Description

AccountNumber*

String

Customer’s account

SerialNo*

String

Card serial number

Token *

String

Authentication Key for the request

Reference*

String

Unique reference per request

{
 "IsSuccessful": True
 "ResponseMessage": "",
 "SerialNo": "0120001",
 "TransactionReference": "20948849"
}

Last updated