{ "opencollection": "1.0.0", "info": { "name": "Omise (Opn Payments) Account Recipients API", "version": "2019-05-29" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Recipients", "type": "folder" }, "items": [ { "info": { "name": "List recipients", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/recipients" }, "docs": "List recipients" }, { "info": { "name": "Create a recipient", "type": "http" }, "http": { "method": "POST", "url": "https://api.omise.co/recipients", "body": { "type": "json", "data": "{}" } }, "docs": "Create a recipient" }, { "info": { "name": "Retrieve a recipient", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/recipients/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Retrieve a recipient" }, { "info": { "name": "Update a recipient", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.omise.co/recipients/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a recipient" }, { "info": { "name": "Delete a recipient", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.omise.co/recipients/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Delete a recipient" }, { "info": { "name": "Verify a recipient", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.omise.co/recipients/:id/verify", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Marks a recipient as verified (test mode / where supported)." } ] } ], "bundled": true }