Apply a Credit Note to an Invoice
Credit Notes
Apply a Credit Note to an Invoice
Allocates an amount from a Credit Note’s balance to an Invoice’s balance.
POST
Apply a Credit Note to an Invoice
Headers
Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
Available options:
2024-07-30 Body
application/json
The Credit Note to draw from
Example:
"af60cab3-812d-4250-a051-0fb7133a00c7"
The Invoice to apply credit to
Example:
"61b083e0-1faa-47ca-9aeb-6205da8f6c47"
Amount to allocate from the Credit Note to the Invoice.
Example:
50
Currency of the amount. Must match the Credit Note and Invoice currency.
Available options:
AED, ARS, AUD, BRL, BGN, CAD, CHF, CLP, CNY, COP, CZK, DKK, EGP, EUR, GBP, HKD, ILS, INR, ISK, JPY, KRW, MXN, NOK, NZD, PLN, SAR, SEK, SGD, THB, USD, UYU, ZAR Example:
"GBP"
Expected current balance version of the Credit Note (for OCC)
Example:
3
Expected current balance version of the Invoice (for OCC)
Example:
7
Response
Mark credit note as sent without triggering actions except revenue recognition
Previous
Get an Invoice by ID
Next