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.
Body
Request payload for creating PAR.
The card number, containing 15 to 19 numeric digits without spaces or special characters.
"4111111111111111"
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.
"123"
The two-digit expiry month (01-12), indicating when the card will expire.
"12"
The two-digit expiry year, representing the last two digits of the cardās expiration year.
"27"
Specifies the type of card, with the only accepted value being PLAIN_CARD
.
PLAIN_CARD
Response
Response body to get PAR by providing plain card details.
PAR for plain card sent in request.
"V0010014623022637739353641436"