Payment account reference (PAR) is a unique value assigned to each Primary Account Number (PAN), commonly known as the card number mentioned on the card. RBI regulations prohibit all entities, except card networks and issuing banks, from storing card details. However, several use cases, such as offering targeted promotions and performing risk assessments, require uniquely identifying a card without storing its actual details. PAR provides a unique identifier with a one-to-one mapping to the actual card number, ensuring a consistent identifier is available while staying compliant.
You can use PAR for the following purposes:
Cashfree provides APIs to help you use PAR effectively:
Use Create PAR API to get the corresponding PAR by passing plain card details to Cashfree. This works for all major card schemes such as Visa, Mastercard, RuPay, American Express, and Diners.
Sample request:
Sample response:
When you fetch saved cards from Cashfree to display on your checkout, the Get All Saved Card Instrument API includes PAR in the response. Once a card is tokenised, the Card Token Webhook also sends the PAR.
To get the PAR of the card used for a transaction, pass a transaction identifier (such as order ID or transaction ID) as input in the Get Payments for Order or Get Payment by Transaction ID API. This can be used for reconciliation purposes.
Note: PAR is currently not included in the Payment Status Webhook.
How can this feature be enabled?
This is a request-based feature, available only to PCI-DSS-compliant merchants. To enable it, reach out to your account manager or write to care@cashfree.com.
How can checkout merchants build this functionality?
Cashfree-hosted Checkout merchants use Cashfree’s offer engine to run offers. To set up risk checks, merchants leverage Cashfree’s RiskShield solution. Both offerings allow merchants to set up offer targeting strategies and risk rules through a self-serve flow on the Cashfree Merchant Dashboard, making implementation easy and effective.