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 North'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: 25 days 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 North's Merchant Boarding API.
- Host: GitHub
- URL: https://github.com/northdevelopers/north-python-merchant-boarding-api
- Owner: NorthDevelopers
- Created: 2024-01-05T22:50:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T23:09:41.000Z (about 1 year ago)
- Last Synced: 2025-02-13T05:45:36.172Z (about 1 year ago)
- Topics: isv, merchant-account, merchant-app, merchant-dashboard, merchant-onboarding, merchant-payments, merchant-portal, payfac, payment-application, payment-processing
- Language: HTML
- Homepage: https://developer.north.com/blog/tutorial-python-merchant-boarding-api
- Size: 29.3 KB
- Stars: 2
- 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:

