{ "opencollection": "1.0.0", "info": { "name": "KOMOJU Barcodes Payment Methods API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payment Methods", "type": "folder" }, "items": [ { "info": { "name": "List payment methods", "type": "http" }, "http": { "method": "GET", "url": "https://komoju.com/api/v1/payment_methods", "params": [ { "name": "amount", "value": "", "type": "query" }, { "name": "currency", "value": "", "type": "query" } ] }, "docs": "Lists the payment methods available to the authenticated merchant (for example credit_card, konbini, bank_transfer, pay_easy, paypay, merpay, au_pay, rakutenpay, linepay, alipay, wechatpay, paidy)." } ] } ], "bundled": true }