{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions CardPayments API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "CardPayments", "type": "folder" }, "items": [ { "info": { "name": "Take a card payment", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/cardPayments/customerInitiatedTransactions", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Take online card payments using our Card Payments API." }, { "info": { "name": "Take a repeat card payment", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/cardPayments/merchantInitiatedTransactions", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Take online payments using our Card Payments API." } ] } ], "bundled": true }