Payments
Name | Type | Path |
---|---|---|
GetPayments | GET | /api/Payment |
Get a list of payments with a search filter. | ||
GetPayment | GET | /api/Payment/{id} |
Get a payment. | ||
CreatePayment | POST | /api/Payment |
Create a payment. | ||
AddPaymentAllocation | POST | /api/Payment/{docIdOrCode}/allocation |
Add a payment allocation. | ||
SubmitPayment | POST | /api/Payment/{id}/submit |
Submit the payment for authorisation and posting. |
Updated September 2025