List Payment-Method Schemas
Return the per-country method catalog with the exact credential-field schema required for each method. Use this to drive dynamic instrument- creation forms that know which fields to prompt for based on the selected country and method.
GET
List payment-method schemas per country
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Query Parameters
Filter to methods available in a specific country. ISO 3166-1 alpha-2 country code.
Pattern:
^[A-Z]{2}$Example:
"US"
Response
200 - application/json
Per-country method schemas.
List payment-method schemas per country