We need a Pay2mate Checkout Button to replace Paypal gateway with Our gateway
Budget: $250 – $750 USD
We need to a Shopping Cart with "Paypal Checkout" type Checkout feature in Django where the Item and price details are captured and those details are sent to pay2mate payment gateway, So that Pay2mate will work like PayPal
It is Checkout Button to simulate a PayPal Checkout like button with our Payment system. https://www.paypal.com/in/brc/article/paypal-checkout
1. User Goes to shop of our merchant
2. Buys Item and goes to his cart screen
3. Cart Checkout has our Payment Button
4. User Click takes him to Pay2mate website Checkout page
5. Payment completes and the user payment success/failure is returned to merchant site
6. Transaction completes and Wallet updated
Shopping Cart is any standard Shopping Cart. You may use the readymade code available here:
https://github.com/damienzeng73/shopping-cart
or My Preference is for :
https://github.com/shyam999/Django-ecommerce
I want you to create the process of checkout similar to Pa yPal for our Pa y2mate payment gateway like if Paypal is integrated with any merchant's website and any customer adds some items in the Shopping Cart and they go and clicks on the Payment button and redirected to Payapal and payment is made and the status is shown on the merchant site and the transaction completes and the Paypal wallet and the shopping cart is updated. So, basically I want similar for our Payment gateway instead of redirecting to PayPal it will redirect to Pay2mate, is that what I want for our P ay2mate payment gateway?
When the Checkout Happens , a few parameters are needed for payment :
ex: Item Cd, Item Name and CDescription, Item Amount, Item Tax Amt, Item Shipping Amount, Item Discount Amt, Item Total.
Use these parameters for now and We will make the payment from pay2mate API for the final Amount and capture all details in database and Update the Wallet.
1) We give some code to Merchant sites
1) Merchant embeds it inot hi Site as Java Script/PHP/Python code
2) His code will open a shopping cart for his items
3) Once a Buy or Pay Button is clicked, his details will be sent to pay2mate and a payment will be made using Pay2mate system
2) They put the code for their products 3) When buyer clicks on Products it adds to shopping cart 4) There is a Buy Button 5) Buy Button opens pay2mate gateway and completes the transaction
This is a serious project to replace Paypal with Our gateway and we need a Sold robust code which the merchants will replace for paypal button and that will take the buyer to our gateway. The solution has to be extremely simple code which our merchants can replace on their websites in place of paypal code and they shold get a shopping cart amount paid from pay2mate. That is the idea
Our Payment API is here:
https://inocentum.gitbook.io/pay2mate/
It is Checkout Button to simulate a PayPal Checkout like button with our Payment system. https://www.paypal.com/in/brc/article/paypal-checkout
1. User Goes to shop of our merchant
2. Buys Item and goes to his cart screen
3. Cart Checkout has our Payment Button
4. User Click takes him to Pay2mate website Checkout page
5. Payment completes and the user payment success/failure is returned to merchant site
6. Transaction completes and Wallet updated
Shopping Cart is any standard Shopping Cart. You may use the readymade code available here:
https://github.com/damienzeng73/shopping-cart
or My Preference is for :
https://github.com/shyam999/Django-ecommerce
I want you to create the process of checkout similar to Pa yPal for our Pa y2mate payment gateway like if Paypal is integrated with any merchant's website and any customer adds some items in the Shopping Cart and they go and clicks on the Payment button and redirected to Payapal and payment is made and the status is shown on the merchant site and the transaction completes and the Paypal wallet and the shopping cart is updated. So, basically I want similar for our Payment gateway instead of redirecting to PayPal it will redirect to Pay2mate, is that what I want for our P ay2mate payment gateway?
When the Checkout Happens , a few parameters are needed for payment :
ex: Item Cd, Item Name and CDescription, Item Amount, Item Tax Amt, Item Shipping Amount, Item Discount Amt, Item Total.
Use these parameters for now and We will make the payment from pay2mate API for the final Amount and capture all details in database and Update the Wallet.
1) We give some code to Merchant sites
1) Merchant embeds it inot hi Site as Java Script/PHP/Python code
2) His code will open a shopping cart for his items
3) Once a Buy or Pay Button is clicked, his details will be sent to pay2mate and a payment will be made using Pay2mate system
2) They put the code for their products 3) When buyer clicks on Products it adds to shopping cart 4) There is a Buy Button 5) Buy Button opens pay2mate gateway and completes the transaction
This is a serious project to replace Paypal with Our gateway and we need a Sold robust code which the merchants will replace for paypal button and that will take the buyer to our gateway. The solution has to be extremely simple code which our merchants can replace on their websites in place of paypal code and they shold get a shopping cart amount paid from pay2mate. That is the idea
Our Payment API is here:
https://inocentum.gitbook.io/pay2mate/