#sami-paymentlink-tip

1 messages · Page 1 of 1 (latest)

old jungleBOT
uncut gulch
#

@serene spire Hello! You'd have to build this UI yourself before redirecting to Checkout

#

sami-paymentlink-tip

serene spire
#

This is an invoice with an amount set by the connected account. Does this still apply?

uncut gulch
#

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

serene spire
#

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.

uncut gulch
#

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

serene spire
#

Got it, thank you