Why do I have to whitelist the IP address or generate a public key?
Why do I have to whitelist the IP address or generate a public key?
What is an IP address?
What is an IP address?
What does it mean to whitelist an IP?
What does it mean to whitelist an IP?
What happens after I whitelist my IP address?
What happens after I whitelist my IP address?
How many IP addresses can I whitelist?
How many IP addresses can I whitelist?
Does Cashfree Payments support IPv6?
Does Cashfree Payments support IPv6?
Why does an IP whitelisting error occur even after whitelisting an IP, and how can it be resolved?
Why does an IP whitelisting error occur even after whitelisting an IP, and how can it be resolved?
When do I use a public key?
When do I use a public key?
How to generate a public key from the Cashfree Payments portal?
How to generate a public key from the Cashfree Payments portal?
- In the Cashfree Payments dashboard, select Developers from the navigation panel on the left.
- Click Two-Factor Authentication from the Payouts card.
- Select Public Key from the Select 2FA Method dropdown menu.
- Click Generate Public Key.
-
The public key is downloaded to your computer. Use your registered email ID to access the key.

How many public keys can I generate at a time?
How many public keys can I generate at a time?
How to use the public key to send API requests?
How to use the public key to send API requests?
- Retrieve your client ID.
- Append this with CURRENT UNIX timestamp separated by a period (.).
- Encrypt this data with the generated public key using RSA encryption - this is the signature.
- Pass this signature in the header X-CF-Signature.