Skip to main content
GET
/
billing
/
payment-method-types
Get Payment Method Types
curl --request GET \
  --url https://api.meow.com/v1/billing/payment-method-types \
  --header 'x-api-key: <api-key>'
{
  "allowed_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.

Response

200 - application/json

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,
USDT_ETHEREUM,
USDT_SOLANA,
CASH_SOLANA