KashierDevelopersKashier Developers
API reference and playgroundCheckout reference data

Get a merchant's allowed payment methods

curl -X GET "https://test-api.kashier.io/v2/merchants/YOUR_MID/paymentMethods"
{  "card": true,  "wallet": true,  "bank_installments": false}

Retrieves the payment methods your merchant account is entitled to. A custom checkout calls this first and renders only the methods it gets back — the hosted checkout and iframe apply the same entitlement, intersecting whatever allowedMethods you request with this list.

Path Parameters

merchantId*string

Merchant account number or merchant ID, in the MID-XXX-XXX format, e.g. YOUR_MID.

Response Body

application/json

application/json

application/json

application/json

GET
/v2/merchants/{merchantId}/paymentMethods