Create PAR at Cashfree
Create PAR at Cashfree 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. 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.
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?