RND Payment Gateway
Payment Gateway Solution
Learn how to develop your website with our payment gateway.

Worried collecting money from your customers?

Just register your website with RND Payment Gateway to get it started.

Step 01: Register Your Merchant Account

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.

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.

Sample Preview:
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

Step 03: Setup Callback URL

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.

callback_page.php
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 []