Management API

(0 reviews)
Manage or Update merchant data, including stores, payment solutions and methods, terminals, and more.

home

This API facilitates the update of payment solution, users, terminals and applications that you have onboarded.

Base URL:

PRODUCTION: https://api.marketpay.eu/management

STAGING: https://api-rec.marketpay.eu/management

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

HeaderRequiredExample
client_idTRUEh515c5a6d534406cbad56c96cb747242
client_secretTRUE451bA70DCDA49676Ac9A9E12a9af94e7

Your account responsible from MarketPay will provide you client_id and client_secret for Production and Staging.


Reviews