Get Generic Encrypted Card Data

This api returns encrypted card details for a given card proxy.


The encrypted_card_data field, once decrypted, contains the following fields:

Property Type Description
accountNumber string Card number. Numeric [0-9]
expirationMonth string Month when the card is set to expire (e.g. 02 for February). Numeric [0-9]
expirationYear string Year when the card is set to expire (e.g. 2023)
nameOnAccount string Full name on the card (UTF-8). Format: "First Last". If person_status is "ANONYMOUS" then "VALUED CARDHOLDER"
Request
Security:
path Parameters
version
required
string
Request Body schema: application/json

generic encrypted card data request

card_proxy
string or null

Card proxy

Responses
200

Returns the encrypted card details

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

post/api/{version}/cards/getgenericencryptedcarddata
Request samples
application/json
{
  • "card_proxy": "string"
}
Response samples
application/json
{
  • "encrypted_card_data": "string"
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.