{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses paypal_payments API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "paypal_payments", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the paypal payments associated to the paypal gateway", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_gateways/:paypalGatewayId/paypal_payments", "params": [ { "name": "paypalGatewayId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the paypal payments associated to the paypal gateway" }, { "info": { "name": "List all paypal payments", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_payments" }, "docs": "List all paypal payments" }, { "info": { "name": "Create a paypal payment", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_payments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a paypal payment" }, { "info": { "name": "Retrieve a paypal payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_payments/:paypalPaymentId", "params": [ { "name": "paypalPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a paypal payment" }, { "info": { "name": "Update a paypal payment", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_payments/:paypalPaymentId", "params": [ { "name": "paypalPaymentId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a paypal payment" }, { "info": { "name": "Delete a paypal payment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_payments/:paypalPaymentId", "params": [ { "name": "paypalPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a paypal payment" } ] } ], "bundled": true }