Fetch cryptogram for a saved card instrument
Use this API To get the card network token, token expiry and cryptogram for a saved card instrument using instrument id
Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret in the Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD
Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree
An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.
Path Parameters
Your Customer ID that you had sent during create order API POST/orders
The instrument_id of the saved card instrument which needs to be queried
Response
Crytogram Card object
last 4 digits of original card number
token pan expiry month
token pan expiry year
token pan number
cryptogram
instrument_id of saved instrument
TRID issued by card networks
Was this page helpful?