cc-amazon-payRazorpay

Razorpay Payment Gateway

Create a Razorpay Account:

  1. If you don't already have a Razorpay account, go to Razorpay's website arrow-up-rightand sign up for an account.

  2. You'll need to provide some basic information about your business.

Log In to Your Razorpay Dashboard:

  1. Once you have a Razorpay account, log in to your Razorpay dashboard.

Access Your API Credentials:

To obtain your API credentials (Client ID and Secret ID), you'll need to create a new API key from your Razorpay dashboard. Here's how to do it.

  1. In your Razorpay dashboard, navigate to the "Settings" section.

  2. In the settings menu, click on "API Keys."

  3. Click the "Generate Key" button to create a new API key.

  4. Give your key a name for reference (Eg:, "My Laravel App").

  5. After you've generated the key, you'll see your "key_id" (Client ID) and "key_secret" (Secret ID). These are the credentials you'll need for integration. Keep them secure and don't share them publicly.

  6. These are the credentials you'll need for integration. Keep them secure and don't share them publicly.

  1. Status: This field determines whether the Razorpay payment option will be visible to customers on the frontend checkout page.

  2. Key:

  3. Secret: For security reasons, never expose your Secret Id on the front-end. Store it securely on your server-side code to interact with Razorpay's APIs.

Last updated