Skip to content

This repo includes the back-end code for a Java application that uses the front-end React framework to embed a payment form within a website using Payments Hub's Custom Pay API.

PaymentsHubDevelopers/PaymentsHub-Java-Custom-Pay-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securely Embed Payments in a Java App

This is a Java application that uses the front-end React framework to demonstrate an ecommerce payment solution using Payments Hub's Custom Pay 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.

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 Custom Pay API Integration Guide, then contact the Payments Hub Sales Engineering team to get sandbox credentials added to your Developer Portal account.

Completed App

Your completed ecommerce app will look similar to the following:

custom-pay-api-sample-app2