PhonePe
PhonePe Payment Gateway
Create a PhonePe Account:
If you don't already have a PhonePe account, go to PhonePe's website and sign up for an account.
You'll need to provide information about your business.
Log In to Your PhonePe Dashboard:
Once you have a PhonePe account, log in to your PhonePe dashboard.
Access Your API Credentials:
To obtain your API credentials (Secret ID), you'll need to create an API key from your PhonePe dashboard. Here's how to do it:
In your PhonePe dashboard, navigate to the "Developers" section.
In the Developers section, click on "API keys."
Click the "Create API Key" button to generate a new API key.
Give your API key a name for reference (Eg:, "My Laravel App").
After you've generated the API key, you'll see your "API key" (Secret ID).
This is the credential you'll need for integration. Keep it secure and do not share it publicly.
Status: This field determines whether the Strip payment option will be visible to customers on the frontend checkout page.
Secret: For security reasons, never expose your Secret Id on the front-end. Store it securely on your server-side code to interact with Strip's APIs.
Last updated