#tarantino-47_docs

1 messages ยท Page 1 of 1 (latest)

twin needleBOT
#

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

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

hazy elk
#

Sorry what do you mean by platform pay button? Can you link the doc?

nocturne comet
hazy elk
#

Got it thanks

#

Let me ask a colleague

nocturne comet
#

sure, take your time

#

hope the thread will not close automatically

hazy elk
#

I'll make sure to keep it open until I get an answer

hazy elk
nocturne comet
#

ok, so I need to use different components then. which will be PaymentSheet

#

you saying it's not possible to achieve using platform pay button?

hazy elk
#

Let me check

west coyote
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needs to step away soon, I'm also aliging with my teammate who was looking into this on our side. We think the best approach for this is to create a Payment Method from the Platform Pay Button using these flows:
https://docs.stripe.com/apple-pay?platform=react-native#create-payment-method
https://docs.stripe.com/google-pay?platform=react-native#react-native-create-payment-method

I believe that'll give you the billing address by putting it on the created Payment Method that you can reference, but let me know if that's not what you see in testing and we'll happily take another look.

Learn how to accept payments using Google Pay.

Allow customers to securely make payments using Apple Pay on their iPhone, iPad, or Apple Watch.

nocturne comet
#

let me see

#

quick question, does it mean that I'll have to show apple pay modal twice?

west coyote
#

Not that I'm aware of

nocturne comet
#

like first time - to create a payment method, and the second time in order to confirm the payment

#

ok, I'll check by myself, thank you

west coyote
#

Nope, you can use the created Payment Method to confirm the intent server-side.