API
Transfers

List Transfers

3min

List Transfer API give you the ability to list all transfers (settlements) that has been done for your account.

This API is only available for Moyasar aggregation merchants.



Authentication

This API requries your secret API key in order to be used, learn more here Authentication.



Pagination

This API supports pagination. It only returns 40 items at a time.

To list the second page of payouts, please use the page query parameters to specify the page number.



API

GET
Request
Query Parameters
page
optional
Integer
Specifies the page number to list. Default: 1
created[lt]
optional
String
Filter transfers created on or before the given date
created[gt]
optional
String
Filter transfers created on or after the given date
Header Parameters
Authentication
required
String
API key to authenticate the request.
Curl
PHP
Ruby
Python
C#
Java
Node.js
JS
Responses
200
401