This is a JavaScript application that uses the React framework and Node.js to demonstrate an ecommerce shopping cart with an embedded payment solution using Payments Hub's Browser Post API. The code in this repository handles the back-end payment process for a simple payment form on a website. The code that handles front-end part of the payment process is located in a separate repository, allowing each to be deployed separately.
To get started, create a free Payments Hub Developer Portal account. This will allow you to get the sandbox credentials that are required to test the app. Log in to your account to view the official Browser Post API Integration Guide, then contact the Payments Hub Sales Engineering team to get sandbox credentials added to your Developer Portal account.
When you're ready to start building your app, you can follow along with this tutorial for step-by-step instructions.
Your completed ecommerce app will look similar to the following:
Click the "View Details" button to open a product page:
Click the "Shopping Cart" button to open the cart modal, which displays the items in your cart, the total order amount, and allows users to edit the contents of their cart:
Click the "Checkout" button to open a new tab with a checkout form where customers can enter their payment information and submit an order: