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 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…
Calculate the fee on an amount GET
Works out the processing fee for an amount under the merchant's pricing model and returns the total the customer would be charged. Use it when fees are passed on to the customer, so your checkout c…