Skip to main content
GET
List available payment methods and their capabilities/limits

Authorizations

Authorization
string
header
required

Your secret API key, passed as Authorization: Api-Key <secret key>. Secret keys are prefixed with sk_test_ (sandbox) or sk_live_ (production) and must only be used server-side. Never expose them in client code. Find your keys on the API keys page of the dashboard. See Authentication.

Query Parameters

currencyCode
string
required

ISO-4217 currency code (e.g., USD, EUR).

Example:

"USD"

countryCode
string
required

ISO3 country code of residence (e.g., USA, GBR, PRT). Used to determine region when provided.

Example:

"USA"

stateOfResidence
string

State of residence (ISO2). Required when countryCodeOfResidence = US.

Example:

"NY"

transactionType
enum<string>
required

Transaction type.

Available options:
buy,
sell

Response

Array of available payment methods and their status for the requested region.

type
string
required

Transaction payment method type.

Example:

"credit_debit_card"

displayName
string
required
Example:

"Credit and Debit Card"

iconUrl
string<uri> | null
required
Example:

"https://static.moonpay.com/widget/payment_methods/CardGeneric.svg"

availability
object
required
capabilities
object
required
limits
object
required
scheduledMaintenances
object[]
required