{ "opencollection": "1.0.0", "info": { "name": "ready2order Public Account Token Payment Method API", "version": "R2-2026.30.2" }, "items": [ { "info": { "name": "Payment Method", "type": "folder" }, "items": [ { "info": { "name": "List all Payment Methods", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/paymentMethods", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all Payment Methods" }, { "info": { "name": "Create Payment Method", "type": "http" }, "http": { "method": "POST", "url": "https://api.ready2order.com/v1/paymentMethods", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Payment Method" }, { "info": { "name": "Find Payment Method by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.ready2order.com/v1/paymentMethods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Find Payment Method by Id" }, { "info": { "name": "Update Payment Method", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ready2order.com/v1/paymentMethods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update Payment Method" }, { "info": { "name": "Delete Payment Method", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ready2order.com/v1/paymentMethods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID to find" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete Payment Method" } ] } ], "bundled": true }