#oftysterista_api

1 messages · Page 1 of 1 (latest)

vague coyoteBOT
#

đź‘‹ 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/1348495494040522853

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

summer gust
#

feedback from apple appstore is There are links or buttons that direct users to external payment mechanisms.

hearty dagger
#

https://docs.stripe.com/apple-pay?platform=ios#using-stripe-and-apple-pay-versus-in-app-purchases:

For sales of physical goods, services, and certain other things, your app can accept Apple Pay or any other Stripe-supported payment method. Those payments are processed through Stripe, and you only need to pay Stripe’s processing fees. However, sales of digital products, content, and certain other things must use Apple’s in-app purchases. Those payments are processed by Apple and are subject to their transaction fees.

For more information about which sales must use in-app purchases, see the Apple App Store Review Guidelines.

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

#

Accepting the payment via Stripe is only supported in in the sales of physical goods, services, and certain other things

summer gust
#

my product is digital

#

so we cannot use stripe?

hearty dagger
#

That's right. For sales of digital products, the payment must go though Apple's in-app purchases, not via Stripe.

summer gust
#

what about google playstore?

hearty dagger
#

https://docs.stripe.com/google-pay?platform=android#using-stripe-and-google-pay-versus-the-google-play-billing-system:

For sales of physical goods and services, your app can accept Google Pay or any other Stripe-supported payment method. Those payments are processed through Stripe, and you only need to pay Stripe’s processing fees. However, in-app purchases of digital products and content must use the Google Play billing system. Those payments are processed by Google and are subject to their transaction fees.

For more information about which purchases must use the Google Play billing system, see Google Play’s developer terms.

Learn how to accept payments using Google Pay.

#

Same applies to Google Play

summer gust
#

i see okay then

#

thanks