Skip to main content
PATCH
Update draft invoice

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Invoice UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
customerId
string<uuid>
billToName
string | null
billToEmail
string | null
billToAddressLine1
string | null
billToAddressLine2
string | null
billToCity
string | null
billToState
string | null
billToPostalCode
string | null
billToCountry
string | null
dueAt
string<date-time> | null
notes
string | null
terms
string | null
data
object | null
currency
enum<string>
Available options:
aed,
afn,
all,
amd,
ang,
aoa,
ars,
aud,
awg,
azn,
bam,
bbd,
bdt,
bgn,
bhd,
bif,
bmd,
bnd,
bob,
bov,
brl,
bsd,
btn,
bwp,
byn,
bzd,
cad,
cdf,
che,
chf,
chw,
clf,
clp,
cny,
cop,
cou,
crc,
cup,
cve,
czk,
djf,
dkk,
dop,
dzd,
egp,
ern,
etb,
eur,
fjd,
fkp,
gbp,
gel,
ghs,
gip,
gmd,
gnf,
gtq,
gyd,
hkd,
hnl,
htg,
huf,
idr,
ils,
inr,
iqd,
irr,
isk,
jmd,
jod,
jpy,
kes,
kgs,
khr,
kmf,
kpw,
krw,
kwd,
kyd,
kzt,
lak,
lbp,
lkr,
lrd,
lsl,
lyd,
mad,
mdl,
mga,
mkd,
mmk,
mnt,
mop,
mru,
mur,
mvr,
mwk,
mxn,
mxv,
myr,
mzn,
nad,
ngn,
nio,
nok,
npr,
nzd,
omr,
pab,
pen,
pgk,
php,
pkr,
pln,
pyg,
qar,
ron,
rsd,
rub,
rwf,
sar,
sbd,
scr,
sdg,
sek,
sgd,
shp,
sle,
sos,
srd,
ssp,
stn,
svc,
syp,
szl,
thb,
tjs,
tmt,
tnd,
top,
try,
ttd,
twd,
tzs,
uah,
ugx,
usd,
usn,
uyi,
uyu,
uyw,
uzs,
ved,
ves,
vnd,
vuv,
wst,
xaf,
xcd,
xcg,
xdr,
xof,
xpf,
xsu,
xua,
yer,
zar,
zmw,
zwg

Response

Invoice updated successfully

data
object
required
meta
object
Last modified on August 30, 2026