Fetch All Saved Card Instrument
Use this API to fetch saved cards for a customer_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
Query Parameters
Payment mode or type of saved instrument
card
Response
customer_id for which the instrument was saved
cf_payment_id of the successful transaction done while saving instrument
saved instrument id
Type of the saved instrument
card
Unique id for the saved instrument
masked card number displayed to the customer
Status of the saved instrument.
ACTIVE
, INACTIVE
Timestamp at which instrument was saved.
Card instrument meta information
Was this page helpful?