{ "opencollection": "1.0.0", "info": { "name": "Ravelin Server 3D Secure Vouchers API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Vouchers", "type": "folder" }, "items": [ { "info": { "name": "Submit a Voucher Redemption", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/voucher", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a voucher, promo code, or loyalty redemption event for promo-abuse scoring." }, { "info": { "name": "Pre-Check a Voucher Redemption", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/voucher-check", "body": { "type": "json", "data": "{}" } }, "docs": "Pre-flight risk check on a voucher redemption attempt before granting the voucher value." }, { "info": { "name": "Submit a Payment-Method Voucher Event", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/payment-method-voucher", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a voucher event linked to a specific payment method (e.g. card-linked offers) for risk scoring." } ] } ], "bundled": true }