v2

latestOpenAPI 3.1.02026-07-262279731.3 MB
Transactions

List Transactions for a Client Wallet

List Transactions for a Client Wallet

This call returns all the transactions targeting or emitted from a Client Wallet, for example:

  • Fees payouts made from the Fees Wallet (FEES_CCY)
  • Repudiations and settlements made from or to the Repudiation Wallet (CREDIT_CCY)
  • Conversions between Client Wallets
get/v2.01/{ClientId}/clients/wallets/{FundsType}/{Currency}/transactions

Path parameters

ClientIdstring required

Platform's API account identifier, associated with the API key.

FundsTypestring required

Allowed values: FEES, CREDIT

The type of funds in the Client Wallet:

  • FEES – Fees Wallet, for fees collected by the platform, specific to the Client Wallet object.
  • CREDIT – Repudiation Wallet, for funds for the platform's dispute management, specific to the Client Wallet object.

Note: The Fees Wallet and Repudiation Wallet are created automatically by Mangopay for each currency.

Currencystring required

Allowed values: The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> (EUR, GBP, etc.) of a <a href="/guides/currencies" target="_blank">supported currency</a> (depends on feature, contract, and activation settings).

The currency of the wallet.

Headers

Authorizationstring required

Bearer authentication of the form Bearer <token>, where token is your auth token.

If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.

Response

Success