List an account's payment methods
Payment Methods
List an account's payment methods
Paginated list of stored payment methods belonging to the borrowers on this account — the methods eligible to be attached to autopay or payments for it. Returns 404 if the account isn’t reachable by this key.
GET
List an account's payment methods
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
Query Parameters
Opaque pagination cursor from a previous response's page.next_cursor. Omit on the first page.
Page size for cursor pagination. Default 100, minimum 1, maximum 1000. Requests above the maximum return 422 — narrow your page size and use the returned next_cursor to walk additional pages.
Required range:
1 <= x <= 1000