List account transfers

View as Markdown

Authentication

x-api-keystring

RootPay API key sent in the x-api-key header. Keys are environment-scoped: live_* for production, test_* for sandbox.

Query parameters

cursorstring or nullOptional

Cursor for pagination. Use the next_cursor from the previous response to get the next page.

limitintegerOptional10-500Defaults to 50
Number of items to return per page. Maximum is 500.
orderenumOptional
Sort order for results by creation time.
Allowed values:
account_idlist of strings or nullOptional

Filter by main account ID; repeat the parameter to match any listed account as from or to (OR).

amount_in_minor_units_gteinteger or nullOptional
Inclusive lower bound for transfer amount in minor units.
amount_in_minor_units_lteinteger or nullOptional
Inclusive upper bound for transfer amount in minor units.
created_at_gtedatetime or nullOptional
Created on or after this timestamp.
created_at_ltedatetime or nullOptional
Created on or before this timestamp.
raillist of enums or nullOptional

Filter by rail; repeat the parameter for multiple rails (OR).

statuslist of enums or nullOptional

Filter by status; repeat the parameter for multiple statuses (OR).

Response

Successful Response
datalist of objects
has_moreboolean
total_countinteger or null>=0Defaults to 0
next_cursorstring or null
previous_cursorstring or null