I am planning to integrate Razorpay Payment Gateway in my client website which has been developed in WordPress in which the scenario will be as follows.
- The user will fill inquiry form with his requirement.
- Then depend on customer requirement owner will reply with cost and some code to customer(through mobile/email communication).
- The customer will go at website's Payment Page where He/She will submit form(name,amount,code as remark and email id) which will redirect to payment gateway page.
At WordPress website the plugin (Razorpay Quick Payments) has implementation details as follows.
- Add a few custom variables and some markup to a page.
- Specify the amount, name, description and other custom details as page metadata.
- Write [RZP] wherever you want on the post and the button to show up.
The plugin takes over and completes the payment.
I am not getting how to do all these steps.