Skip to main content

PaymentLine

invoice_token (UUID) identifies the target invoice. applied_amount is the amount applied to that invoice.

invoice_tokenuuidrequired

Token of the target invoice

applied_amountnumberrequired
applied_currencystring
fx_rate_linenumbernullable
fx_at_linedate-timenullable
discount_amountnumbernullable
discount_currencystringnullable
fee_amount_linenumbernullable
fee_currency_linestringnullable
remittance_labelstringnullable
Default value: Invoice
remittance_valuestringnullable
notesstringnullable
PaymentLine
{
"invoice_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"applied_amount": 0,
"applied_currency": "string",
"fx_rate_line": 0,
"fx_at_line": "2024-07-29T15:51:28.071Z",
"discount_amount": 0,
"discount_currency": "string",
"fee_amount_line": 0,
"fee_currency_line": "string",
"remittance_label": "Invoice",
"remittance_value": "string",
"notes": "string"
}