{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints CartPayments API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CartPayments", "type": "folder" }, "items": [ { "info": { "name": "Authorize Payments", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/orchestrator/carts/:cartId/payments/actions/authorize", "headers": [ { "name": "x-fabric-tenant-id", "value": "" }, { "name": "x-fabric-request-id", "value": "" }, { "name": "x-fabric-channel-id", "value": "" } ], "params": [ { "name": "cartId", "value": "", "type": "path", "description": "The 24-character system-generated Cart ID. This ID is generated using the [Create cart](/v3/api-reference/carts-v3/carts/carts) endpoint." } ] }, "docs": "Authorize payments made within the corresponding cart.\n\nThe Cart ID from the [Create cart](/v3/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.\n" }, { "info": { "name": "Void Payments", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/orchestrator/carts/:cartId/payments/actions/void", "headers": [ { "name": "x-fabric-tenant-id", "value": "" }, { "name": "x-fabric-request-id", "value": "" }, { "name": "x-fabric-channel-id", "value": "" } ], "params": [ { "name": "cartId", "value": "", "type": "path", "description": "The 24-character system-generated Cart ID. This ID is generated using the [Create cart](/v3/api-reference/carts-v3/carts/carts) endpoint." } ] }, "docs": "Void payments made within the corresponding cart.\n\nThe Cart ID from the [Create cart](/v3/api-reference/carts-v3/carts/carts) endpoint is used in the path parameter.\n" } ] } ], "bundled": true }