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.
Authorization
bearerAuth tenantId In: header
In: header
Header Parameters
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"
}Fetch FX Rates POST
Fetches the exchange rate between a source currency and destination currency. Use this to display rates to the customer before loading the forex card. ### Rate Types | Type | Description | |------|-------------| | `IBR` | Interbank Rate | | `CARD` | Card rate (product-configured) | | `MID` | Mid-market rate | ### Response Returns `buyRate` (rate at which platform buys foreign currency) and `sellRate` (rate at which platform sells to customer).
Fetch Forex Card Holder Load by ID GET
Retrieves the details of a specific forex card holder load transaction, including the load amount, currency, wallet details, fees, and processing status.
