#n0rlantis-invoice
1 messages · Page 1 of 1 (latest)
@rich forge if the invoice exists already, you have to explicitly pass the invoice id on the invoice item creation:
customer=purchase.customer_stripe_id,
price=price.id,
invoice=invoice_stripe_id,
stripe_account=purchase.seller_stripe_account_id
)```