From ebc37ee6ac91194e5d0a34f85198e5ff2e624469 Mon Sep 17 00:00:00 2001 From: North <136620102+NorthDevelopers@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:54:56 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb2120a..ed43d4c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Securely Embed Payments in a Python App -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. +This is a Python application that demonstrates an embedded payment solution with [North's Custom Pay API](https://developer.north.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 [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. +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. After you log in, check out 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.paymentshub.com/blog/tutorial-python-custom-pay-api) for step-by-step instructions. +When you're ready to start building your app, you can follow along with [this tutorial](https://developer.north.com/blog/tutorial-python-custom-pay-api) for step-by-step instructions. ## Completed App