Skip to main content
GET
Get Payment Method Types

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.

Query Parameters

collection_account_id
string<uuid> | null

Stripe ACH direct debit availability is scoped to a specific collection account. Pass this to check whether ACH_DIRECT_DEBIT can be enabled for invoices collecting into that account; when omitted, the response reflects entity-level availability and the collection-account binding is enforced at invoice create/pay time.

Response

Successful Response

allowed_types
enum<string>[]
required

List of allowed payment method types.

Available options:
BANK_TRANSFER,
CARD,
ACH_DIRECT_DEBIT,
INTERNATIONAL_WIRE,
USDC_ETHEREUM,
USDC_SOLANA,
USDC_BASE,
USDC_XDC,
USDT_ETHEREUM,
USDT_SOLANA,
CASH_SOLANA