#tarantino-47_code

1 messages ยท Page 1 of 1 (latest)

bold gateBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1256260513696841839

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

neon shale
#

I mean this By with Apple Pay button

daring charm
neon shale
#

so this is the type of the integration I'm working on. where at the top of the page user choose a payment method and in the bottom of the page we display either regular button or apple/google pay

daring charm
#

Hm, that sounds like not a Payment Sheet integration then?

neon shale
#

so I'm thinking, should I even use Payment Sheet or should I use completely different one

#

all I need to create a payment intent, and confirm it either using a credit card or google/apple pay

daring charm
neon shale
#

hm, also on another note. If I need to add a card to a user's profile using setup intent - which component should I use? right now I made the flow to work using Payment Sheet

daring charm
#

Payment Sheet is what I would suggest using for collecting card details outside of wallets.

neon shale
#

ok, great

#

which component should I use for confirming a payment/setup intent by card in react native. so basically I have a card token and payment intent. Just need to confirm it

#

even no UI needed I think

#

maybe just use stripe hook and retrieve needed methods from there?

daring charm
#

Huh, not sure I'm following. Is this for a scenario where you're charing an already set up payment method?

#

I don't know how you'd process a payment without a UI to collect payment method details otherwise.

neon shale
#

let's say I already have a card token, and in checkout flow I only need to confirm payment intent

daring charm
neon shale
#

I agree, I think that should work

#

ok, thank you @daring charm