{ "opencollection": "1.0.0", "info": { "name": "3D Secure 3DS Authentication Products API", "version": "3.43.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/products", "params": [ { "name": "paymentProviderContract", "value": "", "type": "query", "description": "PayPal Payment Provider Contract UUID" }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of items to return in the response." }, { "name": "page", "value": "", "type": "query", "description": "A non-zero integer which is the start index of the entire list of items that are returned in the response. So, the combination of page=1 and page_size=20 returns the first 20 items. The combination of page=2 and page_size=20 returns the next 20 items." }, { "name": "totalRequired", "value": "", "type": "query", "description": "Indicates whether to show the total items and total pages in the response." } ] }, "docs": "List products" }, { "info": { "name": "Create product", "type": "http" }, "http": { "method": "POST", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/products", "headers": [ { "name": "x-vfi-api-idempotencyKey", "value": "" } ] }, "docs": "Create product" }, { "info": { "name": "Get product details", "type": "http" }, "http": { "method": "GET", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The product ID." }, { "name": "paymentProviderContract", "value": "", "type": "query", "description": "PayPal Payment Provider Contract UUID" } ] }, "docs": "Get product details" }, { "info": { "name": "Update product", "type": "http" }, "http": { "method": "PATCH", "url": "https://emea.gsc.verifone.cloud/oidc/3ds-service/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The product ID." } ] }, "docs": "Update product" } ] } ], "bundled": true }