Get Customer Cards
This retrieves the active issuance card of a customer using account number and/or customer ID.
To get customer cards make a post request by passing Token
, AccountNo
, and CustomerID
in the request body to the get customer cards endpoint.
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Cards/ RetrieveCustomerCards
Request Body
Name
Type
Description
Token *
String
Authentication Key for the request
AccountNo*
String
Requesting customer’s account number
CustomerID*
String
Card Request Type as retrieved from RetrieveInstitutionConfig Card Request Type List
Last updated