there I would like to create a customer on stripe without the user entering their card information to begin with. When a user signs-up to my website, i would like them to also have an account created with stripe. I want information such as address to be stored on stripe from signing up on my website. So when the user does want to purchase an item the information can then be retrieved from stripe. How can I do this.
1条回答 默认 最新
duanbi3786 2016-06-25 17:39关注Stripe is for processing payments. It isn't a customer management platform.
If you want to store user information like addresses prior to taking payments through Stripe, you'll need to store them yourself.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报