v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
External Accounts

Get all External Accounts

Get all External Accounts for a passed in customer.

get/customers/{customerID}/external_accounts

Query parameters

limitinteger

The number of items to return (min 1, default 10, max 100)

starting_afterstring

This is an external account id. If this is specified, the next page that starts with an external account right AFTER the specified external account id on the external account timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that external accounts older than the specified external account id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is an external account id. If this is specified, the previous page that ends with an external account right BEFORE the specified external account id on the external account timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that external accounts newer than the specified external account id will be returned (shouldn't be set if starting_after is set)

Response

List of External Accounts (the returned list is empty if no External Accounts exist)

countinteger

total number of items in data