{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists Payments API", "version": "1.0.0" }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "GET /api/payments/gateways/{id}/notification", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/gateways/:id/notification", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /api/payments/gateways/{id}/notification", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/gateways/:id/notification", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "get_payments", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "paymentRequestId", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" }, { "name": "reference", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Payments" }, { "info": { "name": "get_a_payment", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the payment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment" }, { "info": { "name": "get_sellers_payment_methods", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/sellers/:id/payment-methods", "params": [ { "name": "channel", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Sellers Payment Methods" } ] } ], "bundled": true }