Create PAR
This API creates a Payment Account Reference (PAR) using card details.
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. It can be used to resolve technical issues. Include this in your tech-related queries to Cashfree.
An idempotency key is a unique identifier in your API call. If the request fails or times out, you can retry it with the same key to prevent duplicate actions.
Body
The card number, containing 15 to 19 numeric digits without spaces or special characters.
"xxxx...xxx"
The Card Verification Value (CVV), a 3-digit code for most cards (Visa, Mastercard) and a 4-digit code for American Express, used for transaction authentication.
"xxx"
The two-digit expiry month (01-12), indicating when the card will expire.
"xx"
The two-digit expiry year, representing the last two digits of the card’s expiration year.
"xx"
Specifies the type of card, with the only accepted value being PLAIN_CARD
.
PLAIN_CARD
"PLAIN_CARD"
Response
"V0010014623022637739353641436"
Was this page helpful?