Get a merchant's installment banks
curl -X GET "https://test-api.kashier.io/v2/merchants/YOUR_MID/installments/banks"[ { "logoUrl": "https://static.kashier.io/financial-institution/logo30.388156112719432", "bankNameEn": "Attijariwafa bank", "bankNameAr": "التجاري وفا بنك", "bankAbbreviation": "BBE", "bankId": "603d0bccd1efbd0011ed5364" }, { "logoUrl": "https://static.kashier.io/financial-institution/logo56.26990974318187", "bankNameEn": "Banque Misr", "bankNameAr": "بنك مصر", "bankAbbreviation": "BM", "bankId": "62fb84f3f16be70011f066e2" }]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 bankId to fetch that bank's plans.
Path Parameters
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 a merchant's allowed payment methods GET
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 enti…
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…