Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 7.42 KB

ListTransferInitiationsRequest.md

File metadata and controls

11 lines (8 loc) · 7.42 KB

ListTransferInitiationsRequest

Fields

Field Type Required Description Example
cursor ?string Parameter used in pagination requests. Maximum page size is set to 15.
Set to the value of next for the next page of results.
Set to the value of previous for the previous page of results.
No other parameters can be set when this parameter is set.
aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ==
pageSize ?int The maximum number of results to return per page.
100
query ?string Filters used to filter resources.
sort array<string> Fields used to sort payments (default is date:desc). [
"date:asc",
"status:desc"
]