Get Custom Card

Retrieve and Use the Custom Card ID to Request a Custom Card How it Works:

  • Call GET /programs/{programCode}/accounts/{accountIdentifier}/paymentInstruments/{paymentInstrume ntIdentifier
  • If there is a custom card available, your response will contain the customCardImageIdentifier field containing a unique identification number for the custom card.
  • Call GET /programs/{programCode}/userIdentifiers/{userIdentifier}/getCustomCard?customCardImageIde ntifier=GUID
    • Search for the customCard you are looking for, using the customCardImageIdentifier
    • If the customCard is found, you will receive a response containing the customCard information.
    • If the customCard is not found, you will receive the following:
      • Code: 4
      • subcode: 1024
      • Description: customCardImageIdentifier not found or not supplied

Note: GET customCard can be called with or without the customCardImageIdentifier. Sample Response - GET paymentInstrument Element

Language
Authorization
Header
Click Try It! to start a request and see the response here!