/payouts/
GET {{baseUrl}}/payouts/?Reference=<string>&Status=<string>&Currency=<string>&StartDate=<string>&EndDate=<string>&PaymentType=<string>&OrderBy=<string>&Page=<integer>&Limit=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Reference | string | InvoicePrefix (PREFIX) + InvoiceNo (00000) will search for transfers containing an invoice with prefix + number | |
Status | string | Affiliate's status | |
Currency | string | 3 letter ISO currency code | |
StartDate | string | Start date in format Y-m-d. Will overwrite Newer if provided. | |
EndDate | string | End date in format Y-m-d. | |
PaymentType | string | Payment type. Can be one of "WIRE", "PAYPAL", "CHECK", "PAYONEER", "WEBMONEY" or "INTERNATIONAL_WIRE" | |
OrderBy | string | This parameter orders payouts. The only parameter allowed is "TransferCompletionDate". The preceding "-" sign means order by DESC, ommit it for searching ASC | |
Page | string | Page number | |
Limit | string | Number of results on a page |