From 5d7c54b621f7d201cf5cf9927a5f8c1eb879ddd4 Mon Sep 17 00:00:00 2001 From: NorthDevelopers <136620102+NorthDevelopers@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:33:29 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f2e144..bb2120a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Securely Embed Payments in a Python App -This is a Python application that demonstrates an embedded payment solution with [Payments Hub's Custom Pay API](https://developer.paymentshub.com/products/full-featured/custom-pay-api). The full-stack code in this repository adds a simple payment form to a website, handling both the front-end and back-end aspects of the payment process. +This is a Python application that demonstrates an embedded payment solution with [North's Custom Pay API](https://developer.paymentshub.com/products/full-featured/custom-pay-api). The full-stack code in this repository adds a simple payment form to a website, handling both the front-end and back-end aspects of the payment process. ## Get Sandbox Credentials -To get started, create a free [Payments Hub Developer Portal account](https://developer.paymentshub.com/auth/signup). This will allow you to get the sandbox credentials that are required to test the app. After you log in, check out the official [Custom Pay API Integration Guide](https://developer.paymentshub.com/products/full-featured/custom-pay-api/integration), then [contact](https://developer.paymentshub.com/contact) the Payments Hub Sales Engineering team to get sandbox credentials added to your Developer Portal account. +To get started, create a free [North Developer Portal account](https://developer.paymentshub.com/auth/signup). This will allow you to get the sandbox credentials that are required to test the app. After you log in, check out the official [Custom Pay API Integration Guide](https://developer.paymentshub.com/products/full-featured/custom-pay-api/integration), then [contact](https://developer.paymentshub.com/contact) North's Sales Engineering team to get sandbox credentials added to your Developer Portal account. ## Follow Along with the Tutorial