{ "opencollection": "1.0.0", "info": { "name": "PayMongo Checkout Sessions Sources API", "version": "2020-08-08" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Create a Source (legacy GCash / GrabPay workflow)", "type": "http" }, "http": { "method": "POST", "url": "https://api.paymongo.com/v1/sources", "body": { "type": "json", "data": "{}" } }, "docs": "Legacy Sources workflow for GCash and GrabPay. Generates a redirect checkout_url the customer authorizes. PayMongo recommends migrating to the Payment Intent workflow." }, { "info": { "name": "Retrieve a Source", "type": "http" }, "http": { "method": "GET", "url": "https://api.paymongo.com/v1/sources/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the resource (e.g. pi_..., pm_..., pay_...)." } ] }, "docs": "Retrieve a Source" } ] } ], "bundled": true }