Skip to main content
GET
List Payment Networks for an Account

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the account.

Query Parameters

limit
integer | null

Maximum number of payment networks to return.

offset
string | null

Opaque offset identifier for pagination. Use the nextOffset from a previous response.

Response

Successful Response

paymentNetworks
AccountPaymentNetwork · object[]
required

Array of payment networks, or an empty array if none are available. Not all accounts support every network; for example, a prepaid debit card account does not support ACH.

Examples:
page
PageMetadata · object | null

Metadata for pagination.