v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBCreate transactions
Post payment to given invoice
Creates a payment transaction that is allocated to the specified invoice.
Transaction type is derived:
- CPT if invoice is in collection
- PT otherwise
Note: The additionalInfo.paymentReference field is prohibited in this request.
post/v3/invoice/{invoiceId}/payment
Path parameters
invoiceIdstring biginteger required
Invoice id to allocate the payment to
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"currency": "EUR"
}Response
Successful creation of payment transaction allocated to invoice