Get a merchant's allowed payment methods
curl -X GET "https://test-api.kashier.io/v2/merchants/YOUR_MID/paymentMethods"{ "card": true, "wallet": true, "bank_installments": false}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 entitlement, intersecting whatever allowedMethods you request with this list.
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
Update a batch item PUT
Corrects a single row inside a batch before it is shared — most often to fix an amount or a due date that came in wrong from the imported sheet. The fields live under a batchItem wrapper and mirror…
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…