{ "opencollection": "1.0.0", "info": { "name": "CyberSource Merged Spec bankAccountValidation payments API", "version": "0.0.1" }, "items": [ { "info": { "name": "payments", "type": "folder" }, "items": [ { "info": { "name": "Process a Payment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pts/v2/payments" }, "docs": "A payment authorizes the amount for the transaction. There are a number of supported payment features, such as E-commerce and Card Present - Credit Card/Debit Card, Echeck, e-Wallets, Level II/III Data, etc..\n\nA payment response includes the status of the request. It also includes processor-specific information when the request is successful and errors if unsuccessful. See the [Payments Developer Guides Page](https://developer.cybersource.com/docs/cybs/en-us/payments/developer/ctv/rest/payments/" }, { "info": { "name": "Increment an Authorization", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/pts/v2/payments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID returned from the original authorization request." } ] }, "docs": "Use this service to authorize additional charges in a lodging or autorental transaction. Include the ID returned from the original authorization in the PATCH request to add additional charges to that authorization.\n" }, { "info": { "name": "Check a Payment Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pts/v2/refresh-payment-status/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The payment id whose status needs to be checked and updated." } ] }, "docs": "Checks and updates the payment status\n" }, { "info": { "name": "Create a Payment Order Request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pts/v2/payment-references/:id/intents", "params": [ { "name": "id", "value": "", "type": "path", "description": "Request identifier number for the order request.\n" } ] }, "docs": "Create a Payment Order Request" }, { "info": { "name": "Create Alternative Payments Sessions Request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pts/v2/payment-references" }, "docs": "Create Alternative Payments Sessions Request" }, { "info": { "name": "Update Alternative Payments Sessions Request", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/pts/v2/payment-references/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The payment ID. This ID is returned from a previous payment request." } ] }, "docs": "Update Alternative Payments Sessions Request" } ] } ], "bundled": true }