Posts a payment to a past due invoice.
POST {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_payments
Posts a payment to a past due invoice.
Note: This can only be used if the paymentAllowed
value for a past due invoice is true. This can be determined calling [ML:GetBillingInvoicesPastDue].
The response returns information for a single payment, if a payment ID was used in the endpoint, or a list of payments. If the from date or to date queries or payment ID are not used, the response returns payment information for the last 365 days. If the request was for a single payment ID, the nextUri
and previousUri
properties are not returned.
Privileges required: account administrator
Request Body
{"paymentAmount"=>"sample string 1"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |