GetPayments
Overview
Retrieves a list of Payments from the system for a given Invoice.
Returns
No Overview Available.
Request
Name | Type | Description |
---|---|---|
invoiceId | String | The Id of the Invoice to retrieve Payments for. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Payment[] | Operation result. |