KashierDevelopersKashier Developers
API reference and playgroundCheckout reference data

Get one bank's installment plans

curl -X GET "https://test-api.kashier.io/v2/merchants/YOUR_MID/installments/banks/string"
[]

Retrieves the installment plans a single bank offers on the merchant account — the durations the customer can pick from and the minimum amount each plan requires. Returns an empty array when the bank has no plans enabled on the account. To price a plan against a specific basket amount, including the monthly instalment and the bank interest rate, use the Installments endpoints instead.

Path Parameters

merchantId*string

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

bankId*string

The bank's bankId, taken from the installment banks lookup.

Response Body

application/json

application/json

application/json

application/json

GET
/v2/merchants/{merchantId}/installments/banks/{bankId}