Onboarding API
home
⚠️ Notice: This API is no longer receiving updates and will soon be deprecated. Partners are advised to migrate to the available V2 version.
This API facilitates the seamless onboarding of new companies, stores, solutions, and other entities into our system. Designed to streamline the integration process, our API ensures that your organization can quickly and securely add new entities, enhancing your ability to manage and expand your payment solutions.
Base URL:
PRODUCTION: https://api.marketpay.eu/onboarding
STAGING: https://api-rec.marketpay.eu/onboarding
Security
This API is secured with JWT (JSON Web Token) authentication to ensure that all interactions are secure and authorized. Each API request must include a valid JWT token in the Authorization header, which verifies the identity and permissions of the requester. This ensures that sensitive information and operations are protected against unauthorized access.
A valid JWT token can be obtained by calling the below endpoints with required headers:
PRODUCTION: https://api.marketpay.eu/auth/api/token
STAGING: https://api-rec.marketpay.eu/auth/api/token
Header | Required | Example |
---|---|---|
client_id | TRUE | h515c5a6d534406cbad56c96cb747242 |
client_secret | TRUE | 451bA70DCDA49676Ac9A9E12a9af94e7 |
Your account responsible from MarketPay will provide you client_id and client_secret for Production and Staging.