List Bank Accounts
Bank Accounts
List All Registered Customer Bank Accounts
List all bank accounts for a customer with pagination
List Bank Accounts
Use this endpoint to retrieve a paginated list of all bank accounts registered in your SpherePay account. You can optionally filter results by customer ID to fetch only the accounts belonging to a specific customer. Results are returned in descending order of creation time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number of the list (default: 1)
Example:
1
Number of items per page (default: 10)
Example:
10
Filter by customer ID
Example:
"customer_66c4168d418a410eae282b83883bdc39"
Last modified on June 18, 2026