{ "opencollection": "1.0.0", "info": { "name": "Ravelin Server 3D Secure Payouts API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Submit a Payout Event", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/payout", "body": { "type": "json", "data": "{}" } }, "docs": "Submit an outbound payout event (to a supplier, marketplace seller, or recipient) for risk scoring." } ] } ], "bundled": true }