{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions Payment API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payment", "type": "folder" }, "items": [ { "info": { "name": "Payment request", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/api/payments", "headers": [ { "name": "WP-Api-Version", "value": "2024-06-01" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate payment" } ] } ], "bundled": true }