JavaScript
Payouts
List payouts
Lists payouts for the merchant with cursor-based pagination.
GET
JavaScript
Authorizations
Bearer token for authentication with Augustus Banking API
Query Parameters
Number of results per page (1-100). Defaults to 10.
Required range:
1 <= x <= 100Opaque cursor from a previous next_cursor.
Filter by payout status.
Available options:
pending, paid, failed Include payouts whose created_at is greater than or equal to this ISO 8601 timestamp.
Pattern:
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$Include payouts whose created_at is less than or equal to this ISO 8601 timestamp.
Pattern:
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$Filter to these currency codes. Use a separate currencies query parameter for each value (e.g. ?currencies=EUR¤cies=USD).
Minimum array length:
1Available options:
EUR, GBP, USD, USDC