Create Payment

View as Markdown
Creates a payment and allocates it to one or more bills.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

identitystring
The identity for the active project.

Request

This endpoint expects an object.
amountstringRequired
staff_idstringRequiredformat: "uuid"
vendor_idstringRequiredformat: "uuid"
account_idstringRequiredformat: "uuid"
allocationslist of objectsRequired
payment_datedatetimeRequired
exchange_ratestringRequired
payment_methodstringRequired
destination_accountobjectRequired

Response

Created
dataobject
statusboolean
messagestring