- 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 mernYou can see 2 projects in mern directory,
react-jsfor front end andnode-jsfor backend. let's start with react-jscd react-jsInstall dependencies
npm install
Start the server
npm run start
- You have to import
cryptobox.jsfor load payment gateway
cd node-jsInstall 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.







