#johnpauljay_online-payments-tipping

1 messages ยท Page 1 of 1 (latest)

zinc gobletBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1271523842254307391

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

azure waveBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

ionic lance
#

Hi ๐Ÿ‘‹

What Stripe product are you using? How are you creating payments?

round sentinel
#

We're using Connect. We haven't decided yet on creating payments, because we're unsure of best method for including online tipping. We need to do this without a terminal.

ionic lance
#

We don't have the concept of a tip outside of Terminal. You could implement the logic yourself either by simply increasing the amount of a Payment Intent or creating a separate line item for an Invoice or in a Checkout Session.

The payment piece is the most critical for understanding what to recommend here.

round sentinel
#

What are our options for creating payments here? & so we would have to create the UI from scratch. There is no prebuilt UI from Stripe for tipping that we can use?

ionic lance
#

Not for tipping no

round sentinel
#

Ok, so based on capabilities would we have to build a custom payment flow with Stripe Elements? vs using an embedded form with Stripe Checkout.

ionic lance
#

That entirely depends on you. Sorry we focus on specific API integration questions from developers here on this server so it is difficult for me to discuss these more abstract questions.

#

There are multiple potential solutions but I think you'd need to review the different payment UIs stripe has to offer to better understand what suits your needs

#

That seems like tipping to me but I don't know if that fits your use case

round sentinel
#

these don't solve our problem, because we want users to be able to add a tip during Checkout while viewing their initial balance. similar to the terminal flow, but with online payments without a terminal.

ionic lance
#

Then you'd need to build that yourself

round sentinel
#

I think we will have to go with Elements, because of the styling flexibility.

#

Got it, so there is no existing framework or documentation we can reference.

ionic lance
#

Not that I'm aware of, no.

round sentinel
#

ah surprising, this isn't a popular use-case

ionic lance
#

I think adding it on top of Elements would make sense. Like a Cart component or something like that

round sentinel
#

Ok, thanks for the help!

ionic lance
#

Happy to shed what ๐Ÿ’ก I can ๐Ÿ™‚