#ludongming_code

1 messages ¡ Page 1 of 1 (latest)

twin ospreyBOT
#

👋 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/1314040450168131697

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

lime nebula
#

Hi there, are you using the Stripe mobile SDK (e.g., iOS or react-native) in your application?

distant field
#

react-native

lime nebula
distant field
#

Are the start date and end date required? Does this end date refer to the next deduction time? Is the parameter 'manageability URL' the merchant's management backend?

#

And the name of this merchant is still not displayed?

lime nebula
distant field
#

We currently do not have the address' manageability URL '? Our users can unsubscribe on the client side. Can this H5 address be sent to your address

#

This image is an email rejected by Apple Pay and sent to us

lime nebula
#

Yes, as long as it's a URL to a web pate where your csutomer can manage their recurring payments

distant field
#

Can you provide a user management subscription address?

lime nebula
distant field
#

Is your H5 address chargeable

lime nebula
#

I'm not sure what you mean, can you rephrase the question?

#

If you are asking about the pricing, refer to https://stripe.com/pricing

Find Stripe fees and pricing information. Find our processing fees for credit cards, pricing models and pay-as-you-go fees for businesses.

distant field
#

What I mean is if you provide an h5URL for customer management to unsubscribe, do we need to pay you extra

lime nebula
#

I can't answers questions related to fees. You can refer to the link that I shared earlier, and reach out to support team if you have more questions about pricing. https://support.stripe.com/contact

distant field
#

Okay, another question is the merchant name. Where is your workplace configured? I did not see any configuration parameters for the merchant name in the confirmPlatformPayment configuration

lime nebula
#

Did you set merchantIdentifier when initialize the Stripe SDK?

distant field
#

merchantDisplayName

#

confirmPlatformPayPayment

lime nebula
#

You should set merchantIdentifier , merchantDisplayName is for Android.

distant field
#

So Apple Pay doesn't support merchant Display Name?

lime nebula
#

For iOS, Apple Pay payment sheet will retrieve the merchant name based on the merchantIdentifier that you specified.

distant field
#

Will merchant Display Name be displayed in the Apple Pay pop-up window?

lime nebula
#

No, as I explained before, merchantDisplayName is for Google Pay in Android.

#

Sorry, let me correct my answer.

#

merchantDisplayName is for displaying your business name in Stripe PaymentSheet. and Apple Pay will use merchantIdentifier to look up the merchant name and display it in Apple Pay payment sheet accordingly,

#

So yes you should set both.

distant field
#

So where should I set this up? Or where should I associate merchantIdentifier with merchantName? Is it in the Stripe backend or the Apple backend

lime nebula
#

In your react-native app

distant field
#

Isn't your second link for bank card payment? Not Apple Pay

lime nebula
#

Are you using payment sheet?

distant field
#

I am using confirmPlatformPayment instead of initPaymentSheet

lime nebula
#

Then you should just set merchantIdentifier