#sami-paymentlink-tip
1 messages · Page 1 of 1 (latest)
@serene spire Hello! You'd have to build this UI yourself before redirecting to Checkout
sami-paymentlink-tip
This is an invoice with an amount set by the connected account. Does this still apply?
I'm super confused. If you use a real Invoice, there's no PaymentLink support at all, they are completely separate product. Is this just a vocabulary issue?
But it's impossible to add a tip to an Invoice. It's already finalized and immutable
Example:
In our app, a user selects that they want to invoice their client $200
A stripe invoice is then sent to their client for $200.
On the invoice the client sees, we want an option for them to add a 15% tip to the $200 invoice.
yeah that is what is impossible
You'd have to build your own logic/UI to control the tip first and then create the Invoice with the tip included, you can't add a tip after the fact
Got it, thank you