#miloops.
1 messages · Page 1 of 1 (latest)
Hi! To understand If we can implement Stripe for subscriptions on our application
It's a person-to-person video call with an expert, to unlock the usage users have to subscribe to the service
According to Apple terms we can use Stripe per this:
for example tutoring students, medical consultations, real estate tours, or fitness training), you may use purchase methods other than in-app purchase to collect those payments. One-to-few and one-to-many real-time services must use in-app purchase.````
But for Android looks like can't be possible to use Stripe for this type of service
This is not really realted to Apple Pay or Google Pay. Then payment goes from the customer to Stripe and then you can use Stripe Connect to transfer it to the service provider. At that time, it doesn't matter where the funds came from.
So we are not required to use Google Play's billing ?
You will use Stripe Billing, APay/GPay is just a payment method.