Get Payment Gateway API Keys
Razorpay API Key
Razorpay API Key
Stepwise Guide to Obtaining Razorpay API Keys:
Step 1: Create a Razorpay Account
-
Go to the Razorpay website.
-
If you already have an account, login. Otherwise, sign up for a new account.
-
After creating an account, log in to the Razorpay Dashboard.
Step 2: Navigate to API Keys Section
-
Look for a section related to API keys.
-
This is where you are likely to find information about API keys and webhooks.
-
Select the Account and Setting option in sidebar
-
Now Click on API keys under website and app setting.
Step 3: Create a New API Key
-
If you don't have an API key yet, there should be an option to create one.
-
Some platforms may provide both test and live keys. Test keys are for development purposes only
-
Click on generate test key
Step 4: Copy Your API Keys
- Once the API keys are generated, copy them to a secure location. These keys are sensitive information and should be treated securely.
Step 5: Set Up Webhooks
-
If you need webhooks, find the section related to webhooks in your website and app settings.
-
Click on Add New Webhook button .
-
Configure a new webhook endpoint, providing the necessary details like the webhook URL and Active events.
Webhook URL created successfully.
You've successfully set up your Razorpay API keys and configured webhooks. Remember to keep your keys secure and test your integration thoroughly.
Stepwise Guide to Obtaining Razorpay API Keys:
Step 1: Sign Up or Log In to Stripe
-
Go to the Stripe website.
-
If you already have an account, login. Otherwise, sign up for a new account.
Step 2: Access Your Dashboard
-
After logging in, you'll be redirected to the dashboard. If not, navigate to the dashboard section.
-
If you're a new user, you might need to provide some additional information about your business to complete the setup.
Step 3: Navigate to the Developers Section
-
In the dashboard, look for a developers section . This is where you can manage your API keys and webhook settings.
-
Now click on the"API keys."
Step 4: Obtain Your Publishable Key
-
You'll see your "Publishable key" on this page. This key is used in your website.
-
Copy your Publishable key to a secure location.
-
Click on the "Reveal test key" to view your test Secret key.
Step 5 : Set Up Webhooks
-
If your integration requires webhook events, navigate to the "Webhooks" section in the Developers menu.
-
Click on "Add endpoint" and follow the instructions to configure your webhook.
-
Enter the endpoint URL where Stripe should send webhook events.
-
Select events from dropdown and Click on the Add Endpoint .
-
After configuring the webhook endpoint, Stripe will generate a webhook signing secret.
-
Click on Reveal signing secret.your signing secret generated successfully.
Your Stripe API and Webhook created successfully.
Stepwise Guide to Obtaining Paypal API Keys:
Step 1: Access the PayPal Developer Platform
-
Go to the PayPal Developer website.
-
Log in with your PayPal Business account credentials.
Step 2: Create a REST API App
-
In the PayPal Developer Dashboard, navigate to the " Apps & Credentials" section.
-
New accounts come with a Default Application in the REST API apps section. To create a new project, select Create App.
Step 3: Provide App Details
-
Enter a name for your app in the "App Name" field.
-
Select the sandbox developer account .
-
Click on the "Create App" button
Step 4:Obtain the API Credentials
-
Once the app is created, you'll be redirected to the API credential page.
-
On this page you'll find your "Client ID" and "Secret." These are your API credentials. copy this.
-
Use the obtained API credentials in your application's code to integrate with the PayPal API.