Razorpay Payment Gateway
Introduction
To integrate your Razorpay account with the Artha Job Board, please share your KEY_ID and KEY_SECRET from Razorpay.
If you already have these, you can share them with our team. If not, follow the steps below to generate your API keys and connect to the webhook.
Step 1: Generate API Keys
Log in to your Razorpay dashboard using your credentials.
Select the mode in which you want to generate the API key:
Test Mode: A simulation mode to test your payment integration. Customers cannot make real payments.
Live Mode: Once your integration is ready, switch to live mode and generate live API keys to accept real payments.
Navigate to Account & Settings → API Keys (under Website and App Settings).
Click on "Generate Key" for the selected mode.
A pop-up will display the Key ID and Key Secret. Make sure to copy and store these safely.
After generating the keys from the Dashboard, download and save them securely. You can use only one set of API keys. If you don't remember your API keys, you must regenerate them from the dashboard and update them wherever the previous keys were used for payment gateway integrations.
Step 2: Setup Webhook
Log in to your Razorpay Dashboard and go to Accounts & Settings.
Under Website and App Settings, click on Webhooks.
Click the + Add New Webhook button.
In the Webhook Setup pop-up, fill in the following details:
Webhook URL: Enter https://api.arthajobboard.com/webhook/rzp/verify as the URL where webhook payloads will be sent when events are triggered.
Secret: Set a secret key for the webhook endpoint. This will be used to verify that the webhook comes from Razorpay. Do not share this secret publicly.
Alert Email: Provide an email address where you’ll receive notifications if a webhook fails, gets deactivated, or other related issues occur.
Select the events you want to receive notifications for:
payment.captured
payment.failed
Click Create Webhook to finish the process. Once set up, the webhook will appear in your list of webhooks.
Step 3: Share API Keys
You need to share the following keys :
a. Key ID
b. Key Secret
Send the API keys and webhook details via email to:
support@arthajobboard.com
tech@arthajobboard.com
Ensure that the information is accurate to avoid delays in the integration process.
Once completed, your Stripe account and webhook will be connected to Artha Job Board. For any assistance, feel free to contact our support team on support@arthajobboard.com.
Last updated