https://github.com/northdevelopers/north-react-custom-pay-api
This repo includes the front-end code for a Java application that uses the React framework to embed a payment solution with North's Custom Pay API.
https://github.com/northdevelopers/north-react-custom-pay-api
checkout-form checkout-page ecommerce ecommerce-api ecommerce-application ecommerce-platform ecommerce-website javascript-ecommerce payment payment-api payment-app payment-application payment-gateway payment-service react reactjs
Last synced: 5 months ago
JSON representation
This repo includes the front-end code for a Java application that uses the React framework to embed a payment solution with North's Custom Pay API.
- Host: GitHub
- URL: https://github.com/northdevelopers/north-react-custom-pay-api
- Owner: NorthDevelopers
- Created: 2024-01-09T16:27:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T23:12:31.000Z (5 months ago)
- Last Synced: 2024-12-14T00:20:41.897Z (5 months ago)
- Topics: checkout-form, checkout-page, ecommerce, ecommerce-api, ecommerce-application, ecommerce-platform, ecommerce-website, javascript-ecommerce, payment, payment-api, payment-app, payment-application, payment-gateway, payment-service, react, reactjs
- Language: JavaScript
- Homepage: https://developer.north.com/blog/tutorial-java-custom-pay-api
- Size: 195 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Securely Embed Payments in a ReactJS App
This is a Java application that uses the front-end React framework to demonstrate an embedded payment solution with [North's Custom Pay API](https://developer.north.com/products/full-featured/custom-pay-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](https://github.com/NorthDevelopers/North-Java-Custom-Pay-API), allowing each to be deployed separately.
## Get Sandbox Credentials
To get started, create a free [North Developer Portal account](https://developer.north.com/register). 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](https://developer.north.com/products/full-featured/custom-pay-api/integration-guide), then [contact](https://developer.north.com/contact) North's 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](https://developer.north.com/blog/tutorial-java-custom-pay-api) for step-by-step instructions.## Completed App
Your completed ecommerce app will look similar to the following:
