Search supported payment methods
Searches payment methods supported across providers. Results are deduplicated across providers and returned as canonical payment-method entries with logo URLs for the requested filters. Provider scope rules:
- No Basic Auth and no Meld-Account-Id: results come from the global dataset.
- Basic Auth only: results are restricted to the authenticated identity's providers claim.
- Meld-Account-Id only: results are restricted to providers configured for that account.
- Both Basic Auth and Meld-Account-Id: results are restricted to the intersection of both provider sets.
- Explicit partner filters are intersected with the resolved provider scope.
Explicit partners filtering is intersected with the resolved provider scope. If the effective provider scope contains no providers, this collection endpoint returns 200 with an empty result.
Query parameters
Categories of functionality offered by a service provider
Provider category
Country code
Currency code
Comma-separated partner ids
Enumeration of payment method types supported by the platform
Payment method type
Country subdivision code. Supported for US and CA only.
Headers
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.
Response
Supported payment method list
Example response
[
{
"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"
}
}
]