Create payment allocations

Allocates a payment across one or more invoice lines. When an invoice becomes fully paid, its credit entitlements are processed.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Request

Body
paymentIdstringRequired>=1 character
The payment to allocate from.
allocationslist of objectsRequired
Invoice lines to allocate the payment to.

Response

201
datalist of objects

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error