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

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

Base URL:

PRODUCTION: https://api.market-pay.com/data/api

STAGING: https://api-rec.market-pay.com/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.market-pay.com/auth/api/token

STAGING: https://api-rec.market-pay.com/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