#nywooz-merchantID

1 messages · Page 1 of 1 (latest)

young vessel
#

@strong terrace there are a few things that might qualify as a merchant identifier — where exactly are you looking to plug the value into? So I can get you going in the right direction!

strong terrace
#

wait, i am making a payment using stripe.
So , first question is : is it optional?

young vessel
#

So you are building a React Native app and are setting up StripeProvider?

strong terrace
#

yes

young vessel
#

It's optional, but if you want to support Apple Pay in the app you're building then you need one.

strong terrace
#

ahhh, ok

#

StripeProvider can be emty, right?

young vessel
#

you'd register a Developer account with Apple and set up a merchant identifier there, and then pass it to the Stripe SDK.

#

but yes it can be empty for now(just means your app won't accept Apple Pay when running on an iOS device)

strong terrace
#

thnks a lot

#

you are a legend

young vessel
#

also as far as I know if you're just running on an emulator on Mac and not deploying to a physical phone, you can put any string as the merchant identifier and it works in the simulator, but to do anything on a physical device you need an Apple account and stuff

#

or just omit the parameter completely for now and revisit later

strong terrace
#

thnks

#

And for react native, "urlScheme" is optional too?

young vessel