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.
This API requries your secret API key in order to be used, learn more here Authentication.
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.
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.
Updated 18 Feb 2024
Did this page help you?