List bank accounts

List configured organization bank accounts. Pagination is zero-based (page=0). type=X9 filters to enabled check accounts. Account numbers are masked for ordinary partner access.

This request has no JSON body. Use the path/query examples below.

Request examples

X9Accounts

GET /org-bank/api/v1/bank-account?type=X9&status=Active&page=0&limit=25 HTTP/1.1
Authorization: <PAYOLOGY_API_KEY>
Accept: application/json

Result codes in the response examples

HTTP status and result code are operation-specific. Field-validation messages can include the affected field name.

HTTPCodeResultMeaning
400R0002ErrorField is not properly formatted
400R0129ErrorField type is not properly formatted. Valid types are: ACH, PAD, X9
401R0003ErrorAuthentication token is invalid
403R0003ErrorAccess not allowed
500R0999ErrorSomething went wrong
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0
Defaults to 0

Zero-based page index.

integer
≥ 1
Defaults to 12

Requested maximum number of records on a page.

string

Sort field. Default: created_at.

string
enum

Sort direction: asc or desc.

Allowed:
string

Display name of the organization bank account.

string

Filter by organization bank account token.

string

Bank or card account number. Request fields contain the supplied account; response fields are masked.

string

Filter by the bank institution UUID, not the organization bank account UUID.

string
enum

Payment-method selector. Use X9 for payments and ACH/CC for profiles as specified on the operation.

Allowed:
string
enum

Filter by the bank account EFT permission: Debit, Credit or Both.

Allowed:
string
enum

Lifecycle or processing status of the surrounding resource. Allowed values depend on the operation.

Allowed:
string

Filter to the organization identified by this UUID.

Responses

default

Other infrastructure or forwarded downstream response. HTTP status and body must be preserved; do not assume every error has a Payology R-code. No fixed payload is guaranteed.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json