Step 02: Add Button Code
Add following HTML code to your product/service pages to start collecting money. Scroll down to see more details about form parameters and supported inputs.
Just register your website with RND Payment Gateway to get it started.
This service is only for users who are registered with RND Innovations CO. LTD. First of all, you must create a free user account to generate a merchant profile. Register Your Account Here -OR- Merchant Login Here, if you have already signed up here.
Add following HTML code to your product/service pages to start collecting money. Scroll down to see more details about form parameters and supported inputs.
Input Name | Usage & Details | Sample Value |
---|---|---|
_rndpay_merchant_code | Unique ID to recognize RND merchant | TiyuWFlCqORLB0WhrRMOuyqmDoLRwvsd |
_rndpay_item_name | Your product/service name (Maximum 100 characters) | Monthly Subscription |
_rndpay_item_info | More details about the product/service (Maximum 100 characters) | Activate VIP features for the account for 30 days |
_rndpay_item_cost | Selling price of your product/service in USD (Do not insert commas ",") | 75.00 |
_rndpay_buyer_name | Full name of your customer as shown on your website. (Maximum 100 characters) | John Snow |
_rndpay_buyer_mail | Email address of your customer as shown on your website. (Maximum 200 characters) | [email protected] |
_rndpay_{YOUR_CUSTOM_NAME} | You can create more inputs using this format. We will send all post inputs back to a callback URL that you submit us. Then you can verify if the payment is done or not. | Any Text/Number |
Submit a Callback URL to our payment gateway firstly. We will submit POST data to it upon a successful or failed transaction. You just read $_POST data inputs using PHP or similar language to update the customer. Here you can see a sample code with PHP to update your customer upon a successful payment collection.
Input Name | Usage & Details | Sample Value |
---|---|---|
_rndpay_status | Inform you the status of payment. | SUCCESS | PENDING | FAILED |
_rndpay_inputs | Return you an array of all submitted inputs to the gateway with "_rndpay_" prefix | [] |