{ "opencollection": "1.0.0", "info": { "name": "3D Secure 3DS Authentication Subscriptions API", "version": "3.43.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Create subscription", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions", "headers": [ { "name": "x-vfi-api-idempotencyKey", "value": "" } ] }, "docs": "Create subscription" }, { "info": { "name": "Subscription Details", "type": "http" }, "http": { "method": "GET", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "paymentProviderContract", "value": "", "type": "query", "description": "PayPal Payment Provider Contract UUID" } ] }, "docs": "Subscription Details" }, { "info": { "name": "Update subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update subscription" }, { "info": { "name": "Revise subscription", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id/revise", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Revise subscription" }, { "info": { "name": "Cancel subscription", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel subscription" }, { "info": { "name": "Capture authorized payment on subscription", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id/capture", "headers": [ { "name": "x-vfi-api-idempotencyKey", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Capture authorized payment on subscription" }, { "info": { "name": "Activate subscription", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id/activate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Activate subscription" }, { "info": { "name": "Suspend subscription", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/subscriptions/:id/suspend", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Suspend subscription" } ] } ], "bundled": true }