1. Build Integration
Steps to integrate your WordPress website with Curlec Payment Gateway.
Follow the steps given below to integrate Curlec Payment Gateway with your WordPress website.
- from the WordPress Plugin Directory.
- Open your WordPress site and navigate to Plugins → Add New.
- Upload the plugin.
- Click Activate Plugin.
- Click Settings.
- Make the following changes in the Edit Settings screen:
- Select Enable Razorpay Payment Module.
- Edit Title and Description as required.
- Add your [KEY_ID] and [KEY_SECRET]. These can be generated from your .
- Set the Payment Action to Authorize and Capture to auto-capture payments.
- Click Save Changes.
-
In your WordPress site, open the page or blog post where you want the button to appear.
-
Click the more icon and select Preferences.
-
Click Panels and enable the Custom Fields checkbox in the Additional section. Now you will have the option to add custom fields on your page/blog post.
-
Scroll down the current page till you see the Custom fields section.
Handy Tips
If you are using WordPress 4.8 or later, the custom fields can be added via Screen Option. If you are still not able to view the custom field, refer to the
. -
Add the following three custom fields as metadata:
- amount (in MYR).
- name (name of the product).
- description (description of the product that is being sold).
-
Add the
[RZP]
(shortcode indicated by square brackets) in the content section to embed the Pay with Razorpay button anywhere. -
Publish or update the page. The page appears with the Pay with Razorpay button.
Watch Out!
If the payment button does not appear, ensure the Button script is placed inside the
<form>
tag. This issue might be caused by certain cache plugins (for example, SpeedyCache) or Optimizer plugins (for example, SiteGround Optimizer). To resolve it, please deactivate these plugins. Once they are deactivated, the payment button should work properly.
Handy Tips
On the Dashboard, ensure that the payment status is captured
. Refer to the payment capture settings page to know how to
You can track the payment status in three ways:
To verify the payment status from the Dashboard:
- Log in to the and navigate to Transactions → Payments.
- Check if a Payment Id has been generated and note the status. In case of a successful payment, the status is marked as Captured.
Step 2:
Is this integration guide useful?