{ "opencollection": "1.0.0", "info": { "name": "CyberSource Merged Spec bankAccountValidation orders API", "version": "0.0.1" }, "items": [ { "info": { "name": "orders", "type": "folder" }, "items": [ { "info": { "name": "Create an Order", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pts/v2/intents" }, "docs": "A create order request enables you to send the itemized details along with the order. This API can be used by merchants initiating their transactions with the create order API. \n" }, { "info": { "name": "Update an Order", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/pts/v2/intents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID returned from the original create order response." } ] }, "docs": "This API can be used in two flavours - for updating the order as well as saving the order.\n" } ] } ], "bundled": true }