{ "opencollection": "1.0.0", "info": { "name": "Nuvei 3DS Status API", "version": "1.0" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get Payment Status", "type": "http" }, "http": { "method": "POST", "url": "https://secure.safecharge.com/ppp/api/v1/getPaymentStatus.do", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the final state of a payment. Should be called only at the end of payment processing." } ] } ], "bundled": true }