简体   繁体   中英

Stripe ephemeral key

I am following this tutorial to add stripe to my android firebase app. The tutorial is asking me to "create a new user or account on your server, create a corresponding Customer object at the same time, even if you don't collect payment information from your users when they sign up. This ensures that your application has a matching Customer for each user." How do I create this Customer Object?

You can create customer in Stripe for your app users (after registration or before payment) using server-side codes as mentioned here create customer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM