get https://example.com/programs//externalcards/
Retrieves the external card profile for a customer using the provided customer token.
Sample Response Body
{
"externalCards":[
{
"accountExternalPaymentIdentifier":"string",
"expirationDate":{
"version":"string",
"ephemeralPublicKey":"string",
"publicKeyHash":"string",
"data":"string"
},
"network":"visa", //Available options: mastercard, visa, or non-network
"bankName":"GDotBank",
"nickName":"Janny",
"firstName":"Jane",
"lastName":"Doe",
"address":"987 Apple Street",
"city":"Pasadena",
"state":"CA",
"zip":"91107",
"fundingEligible":true,
"withdrawalEligible":true,
"last4PAN":"1234"
}
],
"maxCardsAllowed":0, //This field is configurable, and the maximum number of cards allowed is 5.
"responseDetails":[
{
"code":0,
"subCode":0,
"description":"Success",
"url":"http://tbd"
}
]
}
