Fetch Specific Saved Card Instrument
Use this API to fetch a single specific saved card for a customer_id by it’s 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 instrument which needs to be queried
Response
Saved card instrument object
cf_payment_id of the successful transaction done while saving instrument
Timestamp at which instrument was saved.
customer_id for which the instrument was saved
masked card number displayed to the customer
saved instrument id
Card instrument meta information
Status of the saved instrument.
ACTIVE
, INACTIVE
Type of the saved instrument
card
Unique id for the saved instrument
Was this page helpful?