{ "opencollection": "1.0.0", "info": { "name": "Forter Accounts Orders API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Submit an order for a decision (v2)", "type": "http" }, "http": { "method": "POST", "url": "https://api.forter.secure.com/v2/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "A unique identifier for the order, generated by the merchant." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send order and checkout information at checkout to receive a real-time fraud or abuse decision. The response may also carry payment optimization or abuse-prevention recommendations." }, { "info": { "name": "Submit an order for a decision (v3)", "type": "http" }, "http": { "method": "POST", "url": "https://api.forter.secure.com/v3/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "A unique identifier for the order, generated by the merchant." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Version 3 of the order decision endpoint. Same intent as v2 - submit order/checkout data and receive a fraud or abuse decision - with the v3 request/response shape." }, { "info": { "name": "Report order status", "type": "http" }, "http": { "method": "POST", "url": "https://api.forter.secure.com/v2/status/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "A unique identifier for the order, generated by the merchant." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Report the downstream lifecycle status of an order back to Forter (for example, that it was captured, shipped, cancelled, or refunded). No decision is returned; this input improves the model." } ] } ], "bundled": true }