Onboarding API - V2
home
This V2 of our existing Onboarding API.
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/v2/onboarding
STAGING: https://api-rec.marketpay.eu/v2/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.
Note: This API works ony with V2 token generated by calling Authorisation API - V2 and not V1.
A valid JWT token can be obtained by calling the below endpoints with required headers:
PRODUCTION: https://api.marketpay.eu/v2/auth/api/token
STAGING: https://api-rec.marketpay.eu/v2/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.