{ "opencollection": "1.0.0", "info": { "name": "PagBank / PagSeguro REST Accounts Checkout API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Checkout", "type": "folder" }, "items": [ { "info": { "name": "Create a Checkout", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/checkouts" }, "docs": "Create a Checkout" }, { "info": { "name": "Get a Checkout", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/checkouts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Checkout" }, { "info": { "name": "Activate a Checkout", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/checkouts/:id/activate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Activate a Checkout" }, { "info": { "name": "Deactivate a Checkout", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/checkouts/:id/deactivate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deactivate a Checkout" } ] } ], "bundled": true }