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": [
    "BANK_TRANSFER"
  ]
}

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Response

200 - application/json

Successful Response

allowed_types
enum<string>[]
required

List of allowed payment methods

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