{ "opencollection": "1.0.0", "info": { "name": "Omise (Opn Payments) Account Sources API", "version": "2019-05-29" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Create a source", "type": "http" }, "http": { "method": "POST", "url": "https://api.omise.co/sources", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment Source for a non-card method (for example promptpay, truemoney, internet_banking_bbl, mobile_banking_scb, installment_kbank, alipay, rabbit_linepay). Can be created with the public key." }, { "info": { "name": "Retrieve a source", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Retrieve a source" } ] } ], "bundled": true }