https://github.com/NorthDevelopers/North-Python-Merchant-Boarding-API
This is a Python application that automates the process of applying for Merchant Processing Accounts to obtain a Merchant ID (MID) with Payments Hub's Merchant Boarding API.
https://github.com/NorthDevelopers/North-Python-Merchant-Boarding-API
isv merchant-account merchant-app merchant-dashboard merchant-onboarding merchant-payments merchant-portal payfac payment-application payment-processing
Last synced: 8 months ago
JSON representation
This is a Python application that automates the process of applying for Merchant Processing Accounts to obtain a Merchant ID (MID) with Payments Hub's Merchant Boarding API.
- Host: GitHub
- URL: https://github.com/NorthDevelopers/North-Python-Merchant-Boarding-API
- Owner: PaymentsHubDevelopers
- Created: 2024-01-05T22:50:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T16:24:05.000Z (almost 2 years ago)
- Last Synced: 2024-01-09T17:42:50.125Z (almost 2 years ago)
- Topics: isv, merchant-account, merchant-app, merchant-dashboard, merchant-onboarding, merchant-payments, merchant-portal, payfac, payment-application, payment-processing
- Language: HTML
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Automate Merchant Onboarding in a Python App
This is a Python application that demonstrates programmatic merchant onboarding for a Merchant Processing Account using North's Merchant Boarding API. The code in this repository handles the front and back-end processes for creating a new Merchant ID (MID) application and submitting it to North for Underwriting.
## 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. Log in to your account to view the official [Merchant Boarding API Integration Guide](https://developer.paymentshub.com/products/fintech-tools/merchant-boarding-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
When you're ready to start building your app, you can follow along with [this tutorial](https://developer.north.com/blog/tutorial-python-merchant-boarding-api) for step-by-step instructions.
## Completed App
Your completed app will look similar to the following:

