#eli_tap-to-pay

1 messages ยท Page 1 of 1 (latest)

peak thistleBOT
#

๐Ÿ‘‹ 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.

fiery stream
#

hi there!

#

you want to accept payment with physical cards?

unique mortar
#

thank you

in that link, there is a tab for android and ios but no other option (i.e., with just the card)

fiery stream
#

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?

unique mortar
#

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 (?)

foggy socketBOT
hybrid ginkgo
#

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.

peak thistleBOT
#

eli_tap-to-pay

unique mortar
#

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?

hybrid ginkgo
#

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.

unique mortar
#

ahh
ok, thank you, I will look more into that.

#

can a terminal integrate with stripes hosted payment pagess?

hybrid ginkgo
#

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.

unique mortar
#

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) ?

hybrid ginkgo
#

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?

unique mortar
#

it's an id outside of stripe

hybrid ginkgo
unique mortar
#

thank you
after we create a payment intent and then how is that associated with the reader?

hybrid ginkgo
#

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.

Learn about Stripe's pre-certified card readers and Tap to Pay.

unique mortar
hybrid ginkgo
#

I see, I'd suggest reaching out to our Support team regarding that, and to discuss pricing:
https://support.stripe.com/?contact=true

unique mortar
#

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?

hybrid ginkgo
#

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.

unique mortar
#

ah sorry, yep I see it now.
thank you for the help