m2pfintech
API LibraryForex Summary

Forex Operations Summary

Returns a dashboard summary of forex operations including total issuances, loads, and transaction volumes. Useful for operational reporting and management dashboards.

GET
/v1/forex/summary

Authorization

bearerAuth tenantId
AuthorizationBearer <token>

In: header

X-TENANT-ID<token>

In: header

Header Parameters

X-TENANT-ID*string

Your unique tenant identifier

Response Body

application/json

application/json

curl -X GET "https://sandbox-api.m2pprepaid.com/prepaid/corporate/v1/forex/summary" \  -H "X-TENANT-ID: ACME_CORP"
{
  "result": {},
  "pagination": {}
}
{
  "type": "https://www.m2pfintech.com/problem/problem-with-message",
  "title": "Business validation failed",
  "status": 409,
  "detail": "Business validation failed",
  "message": "error.business",
  "businessCode": "PP_CORP_002"
}