{ "opencollection": "1.0.0", "info": { "name": "Expedia Group EPS Deposit Bookings OrderPurchaseScreen API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "OrderPurchaseScreen", "type": "folder" }, "items": [ { "info": { "name": "Expedia Group Run fraud screening for one transaction", "type": "http" }, "http": { "method": "POST", "url": "https://services.expediapartnercentral.com/order/purchase/screen", "body": { "type": "json", "data": "{}" } }, "docs": "The Order Purchase API gives a Fraud recommendation for a transaction. A recommendation can be Accept, Reject, or Review. A transaction is marked as Review whenever there are insufficient signals to recommend Accept or Reject. These incidents are manually reviewed, and a corrected recommendation is made asynchronously. " } ] } ], "bundled": true }