{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity PaymentMethods API", "version": "1.0.0" }, "items": [ { "info": { "name": "PaymentMethods", "type": "folder" }, "items": [ { "info": { "name": "List payment methods", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/payment_methods", "params": [ { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return" }, { "name": "statuses", "value": "", "type": "query", "description": "(Optional) Filter on payment method statuses" } ] }, "docs": "List payment methods" }, { "info": { "name": "Create payment authorization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment_methods" }, "docs": "Create payment authorization" }, { "info": { "name": "Get payment method", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/payment_methods/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get payment method" }, { "info": { "name": "Delete payment method", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/payment_methods/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete payment method" }, { "info": { "name": "Confirm payment authorization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/payment_methods/:id/confirm", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Confirm payment authorization" } ] } ], "bundled": true }