Skip to main content
POST
Create an invoice payment

Path Parameters

consumer_id
string<uuid>
required

Query Parameters

folder_id
string | null

Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.

Body

application/json
date
string<date>
required

The date of the payment

payment_method_id
string
required

Technical ID of the payment method in the accounting system.

currency
string
required

Payment currency

items
AccountingInvoicePaymentItemIn · object[]
required

Payment's repartition

currency_exchange_rate
number | null
default:1

Exchange rate applicable at the payment date. Required when the currency is different from the system's currency.

reference
string | null

External reference of the payment.

number
string | null

Unique Payment number (if managed by the software).

Response

Successful Response