Skip to main content
POST
Get Default Payment Amount

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

invoice_id
integer
required

ID of the invoice

Body

posted_at
string<date>
required

Date when payment would be posted

transaction_amount
number<double> | null

Optional transaction amount

Required range: -1000000000000000000 < x < 1000000000000000000

Response

default_payment_amount
number<double>
required
Required range: -1000000000000000000 < x < 1000000000000000000
payment_term_discount_note
string | null