Transactions API icon

Transactions API

(0 reviews)
Retrieve data related to transactions and settlement to integrate in to you systems or build reporting dashboards.

home

⚠️ Notice: The /transactions endpoint is deprecated. Please use v2/transactions instead

API to retrieve data related to transactions and settlement that can be used for building your own reporting dashboards.

Base URL:

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

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

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

HeaderRequiredExample
client_idTRUEh515c5a6d534406cbad56c96cb747242
client_secretTRUE451bA70DCDA49676Ac9A9E12a9af94e7

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


Reviews