Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret key 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
The customer ID provided by the merchant during the Create Order API call, used to save cards for the customer.
The instrument_id of the saved instrument which needs to be queried.
Response
Saved card instrument object.
Use this API to fetch specific saved card stored for the customer in Cashfree’s Token Vault.
Customer ID that merchant sends during Create Order API, against which the cards are saved for the customer.
cf_payment_id of the successful transaction done while saving instrument.
Identifier for the card saved at Cashfree.
Type of the saved instrument. Available option is card
.
Unique identifier for the saved card, used to identify a specific card.
Last four digits of actual card number.
Status of the saved instrument. Available options are ACTIVE
, INACTIVE
.
Timestamp at which instrument was saved.
Card instrument meta information