m2pfintech
API LibraryForex Card Holder Load

Fetch All Forex Card Holder Loads

Retrieves a paginated list of all forex card holder load transactions. Results include both credit (load) and debit (withdrawal) operations.

GET
/v1/forex/card-holder-loads/fetch-all

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/card-holder-loads/fetch-all" \  -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"
}