Skip to main content
GET
/
network-partner
/
supported
/
payment-methods
Search supported payment methods
curl --request GET \
  --url https://api.meld.io/network-partner/supported/payment-methods
[
  {
    "countryCode": "US",
    "providerMethod": "CARD",
    "method": "CREDIT_DEBIT_CARD",
    "name": "Credit or debit card",
    "type": "CARD",
    "logo": {
      "dark": "https://cdn.meld.io/images-paymentmethod/CREDIT_DEBIT_CARD/logo_dark.png",
      "light": "https://cdn.meld.io/images-paymentmethod/CREDIT_DEBIT_CARD/logo_light.png"
    }
  }
]

Headers

Meld-Account-Id
string

Optional. Base58 encoded account id. Restricts results to providers configured for the account. If Basic Auth is also present, the effective scope is the intersection of authenticated providers and account providers.

Query Parameters

category
enum<string>

Provider category Categories of functionality offered by a service provider

Available options:
CRYPTO_ONRAMP,
CRYPTO_OFFRAMP,
CRYPTO_TRANSFER,
BANK_LINKING,
FIAT_PAYMENTS,
CRYPTO_VIRTUAL_ACCOUNT_ONRAMP,
CRYPTO_VIRTUAL_ACCOUNT_OFFRAMP,
CUSTOMER_KYC,
CRYPTO_ONRAMP_SWAP,
CRYPTO_OFFRAMP_SWAP
country
string

Country code

currencyCode
string

Currency code

partners
string

Comma-separated partner ids

paymentType
enum<string>

Payment method type Enumeration of payment method types supported by the platform

Available options:
BANK_TRANSFER,
CARD,
CASH,
EXCHANGE,
LOCAL,
MOBILE_WALLET
subdivision
string

Country subdivision code. Supported for US and CA only.

Response

200 - application/json

Supported payment method list

countryCode
string

Country code

Example:

"US"

providerMethod
string

Provider payment method code

Example:

"CARD"

method
string

Payment method code

Example:

"CREDIT_DEBIT_CARD"

name
string

Payment method name

Example:

"Credit or debit card"

type
string

Payment method type

Example:

"CARD"

Payment method logo variants

headlessSupported
boolean

Whether this method is enabled for headless flows in the response context. For multi-provider search, true when any matching provider supports it headlessly.

cardRenderMode
enum<string>

Card render mode; only populated for CREDIT_DEBIT_CARD when headlessSupported

Available options:
IFRAME,
REDIRECT