ClientId
and an API key – if you don’t have these, contact Sales to get access to the Mangopay DashboardKey | Type | Default value | Description |
---|---|---|---|
ClientId | string | null | Your Mangopay ClientId – can be found in the Dashboard. |
ClientPassword | string | null | Your Mangopay API key – can be found in the Dashboard. |
BaseUrl | string | https://api.sandbox.mangopay.com/v2.01/ | The API sandbox URL. Set to the sandbox environment by default. To enable production environment, set it to https://api.mangopay.com |
Timeout | integer | 0 | Time to wait in milliseconds while trying to establish a connection before terminating the attempt and generating an error. |
LoggerFactoryAdapter | ILoggerFactoryAdapter | NoOpLoggerFactoryAdapter() | Logger adapter implementation. Disabled by default. |
UKHeaderFlag | boolean | false | Platforms that have contracted with Mangopay’s UK entity (MANGOPAY U.K. LIMITED) must include the following header in all requests. If you’re using an SDK, you need to set it to true . |
idempotencyKey
parameter to your function.
For more information, see the Idempotency article.
Pagination
object.
In the object, you need to specify the page and items per page to return.
As a result, the answer will be paginated, and the total number of items and the total number of pages will be provided.
For example, with the GET List all Users endpoint
: