- Basic Requirements for access gateway.
- How to setup payment gateway in your website?
- UI view of payment gateway
-
Register as a Vendor account for free on the website.
-
Create new payment box from here
Clone the project
git clone https://github.com/ODUWAX/Oduwacoin-Payment-Gateway-ReactJS.git
-
Go to the project directory
cd mern
You can see 2 projects in mern directory,
react-js
for front end andnode-js
for backend. let's start with react-jscd react-js
Install dependencies
npm install
Start the server
npm run start
- You have to import
cryptobox.js
for load payment gateway
cd node-js
Install dependencies
npm install
Start the server
node app.js
- Callback url code given in this path
app.js => app.post('/callback')
- You have to set callback url in this Callback URL field
- You have to import
- Waiting for payment
- Don't have a OWC payment card
- Successfull payment
- Payment gateway credential not valid OR not approved by admin
For support, email on support@oduwacoin.io or visit here.