#eli_tap-to-pay
1 messages ยท Page 1 of 1 (latest)
๐ 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/1239554798408175647
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
you want to accept payment with physical cards?
then you have two options: Terminal and Tap to Pay https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay
thank you
in that link, there is a tab for android and ios but no other option (i.e., with just the card)
Also, why does this link say
"Price: Not available in your country"
in that link, there is a tab for android and ios but no other option (i.e., with just the card)
not sure what you mean. what's your question?
sorry, I mean, you can tap
- an android phone
- an ios phone
- a credit or debit card
I only see options in that page for the first two (?)
Hi there ๐ jumping in as my teammate needs to step away soon. Those two tabs are referring to the device being used to accept the tapped payment methods, not the payment methods being tapped. They have instructions for building an iOS app or Android app for accepting Tap to Pay payments on those mobile devices.
eli_tap-to-pay
ah
hmm
we have stripe connect acconts now which we direct from our software to stirpe's own website to accept the card for the payment
so no android or ios device
how might that work for us?
It doesn't, the Tap to Pay discussed there is specific to mobile applications.
There is no way to accept tap payments when using Stripe's hosted payment pages.
ahh
ok, thank you, I will look more into that.
can a terminal integrate with stripes hosted payment pagess?
No. Terminal integrations require you build your own frontend, either in the form of a site or app.
Terminal working with Checkout Sessions is an interesting idea though! I'll make sure to relay your feedback to our teams that this is something you'd be interested in seeing introduced in the future.
so, if we have a specific invoice in our system, and with stripe's hosted pages, we pass that id to Stripe, which then gets sent back with the payment via webhooks, how could we associate a payment with an invoice id when using a device that accepts a card (swipe or tap) ?
When you say you have a specific invoice in your system, is that specifically an Invoice object in your Stripe account? Or is that an invoice that exists outside of Stripe?
it's an id outside of stripe
Then you would likely include the ID of your invoice within metadata when creating the Payment Intent object as part of your Terminal flow.
This step: https://docs.stripe.com/terminal/payments/collect-card-payment?terminal-sdk-platform=server-driven#create-payment
thank you
after we create a payment intent and then how is that associated with the reader?
That depends on which type of integration you build. To review your options, I'd suggest starting here:
https://docs.stripe.com/terminal/payments/setup-reader
This discusses the different readers available, then look at the following 4 docs found in the lefthand navigation pane. Those will step through what the integration setup and flows will look like for the different types of integrations available.
it says Stripe Reader S700 is available in Australia and is the item on the first link you provided
but this page shows
"Price Not available in your country"
https://stripe.com/au/terminal/s700#price
I see, I'd suggest reaching out to our Support team regarding that, and to discuss pricing:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ah ok.
If I select that device (Stripe Reader S700), after we create a payment intent and then how is that associated with the reader?
It depends whether you're building a sever-driven flow, a javascript based web flow, or a mobile application. Step through the rest of the documents to see the complete process for each of those options.
ah sorry, yep I see it now.
thank you for the help