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
Merchant account number or merchant ID, in the MID-XXX-XXX format, e.g. YOUR_MID.
The bank's bankId, taken from the installment banks lookup.
Response Body
application/json
application/json
application/json
application/json
Get a merchant's installment banks GET
Retrieves the banks that offer card installments on the merchant account, with their names in English and Arabic, their abbreviation, and a logo you can render in the checkout. Use the returned ban…
Get one bank's installment fees GET
Retrieves the fee charged per plan duration for a single bank on the merchant account, so a checkout can show the customer what each instalment length costs. The bank is addressed by its abbreviati…