ProcessPayments
Processes payments for cashflow management.
Input
| Name | Type | Description |
| PaymentIDs | String | Collection of GUIDs representing the IDs of the payments that have to be processed. |
Result Set Columns
| Name | Type | Description |
| ID | String | Primary key. |
| BankExportDocumentsUrl | String | URL to get the documents that were created after the payments were successfully processed. These documents have to be sent to the bank in order to do the payments. |
| ErrorMessage | String | Contains the error message if an error occurred during the processing of the payment(s). |
| PaymentIDs | String | Collection of GUIDs representing the IDs of the processed payments. |
| SuccessMessage | String | Contains information if the payments were successfully processed. |