Skip to content

PaymentsHubDevelopers/PaymentsHub-React-Browser-Post-API-Without-Shopping-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securely Embed Payments in a ReactJS App

This is a JavaScript application that uses the React framework and Node.js to demonstrate an embedded payment solution with Payments Hub's Browser Post API. The code in this repository handles the front-end payment process and adds a simple payment form to a website. The code that handles back-end part of the payment process is located in a separate repository, allowing each to be deployed separately. This application does not include a shopping cart, making it a great fit for businesses that sell one item per transaction, such as utility services or other professional services.

For a React ecommerce application with a shopping cart that allows customers to purchase multiple items at once, head over to this repository and follow along with this tutorial.

Get Sandbox Credentials

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.

Follow Along with the Tutorial

When you're ready to start building your app, you can follow along with this tutorial for step-by-step instructions.

Completed App

Your completed ecommerce app will look similar to the following:

Click the "View Details" button to open a product page:

Click the "Purchase Now" button to open a new tab with a checkout form where customers can enter their payment information and submit an order: