-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple rejected the app due to missing "Merchant name" on the apple pay payment sheet #115
Comments
I was able to resolve this. You can display the merchant name by adding it as the last Summary Item. Ex.:
|
@flavioribeirojr Did you adapt this plugin for production? If yes, please tell us what app. Please help us to develop this plugin in 2022. |
Hello, |
@nicks78 have you managed to resolved that ? I have the same problem with |
What if we need to use deferred payments? I am stuck now on this. |
Bump. I haven't found a solution for when using PlatformPay.PaymentType.Deferred. |
Describe the bug
My app got rejected using the stripe plugin because there is no merchant name that the user can see on apple pay Payment Sheet.
To Reproduce
Steps to reproduce the behavior:
Create and open the apple pay sheet
Expected behavior
I need to be able to show a merchant name on the apple pay payment sheet
Screenshots
Smartphone:
Is there any way to display the merchant name after the "PAY" text?
The text was updated successfully, but these errors were encountered: