#xenderapp

1 messages · Page 1 of 1 (latest)

quick plankBOT
misty kite
#

PaymentElement is for web. Android app should use the Android SDK and PaymentSheet component instead

#

You can use a webview tho, but that's discourage

bitter mesa
#

OK, thanks for the answer. So Android SDK can only realize the purchase of goods once or multiple times? If you want to implement the subscription function, it can only be implemented on the web. Is that right?

#

If you want to subscribe through stripe in a mobile app, the only way is webview, but it is not recommended. So functions like Google billing cannot be implemented in Android apps?

misty kite
#

You can still use PaymentSheet

#

You create Subscription normally in backend, then use its underlying Invoice's PaymentIntent, as if you are using PaymentIntent only