Get one bank's installment fees
curl -X GET "https://test-api.kashier.io/v2/merchants/YOUR_MID/installments/banks/string/fees"[]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 abbreviation rather than its ID. Returns an empty array when the bank has no fees configured on the account.
Path Parameters
Merchant account number or merchant ID, in the MID-XXX-XXX format, e.g. YOUR_MID.
The bank's bankAbbreviation, taken from the installment banks lookup, e.g. NBE.
Response Body
application/json
application/json
application/json
application/json
Get one bank's installment plans GET
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 ba…
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…