简体   繁体   中英

Can we covert the guest customer in stripe to real customer?

I have strange situation... I want to convert my guest customers in my stripe account to the real customers... Real customers have the customerID but the guest customer doesn't have the customer ID... Is there any way to convert them.

Guest customers are only available in Stripe Dashboard so there is not a way to manipulate them via the API and there is not an option to convert them to a customer object via the Dashboard.

The recommendation is to create real customers moving forward. Although there is not a way to associate previous payments to real customers, you'd be able to track payments that belong to the same customer and create recurring charges. To achieve this, you'd pass the customer object on the PaymentIntent creation or if you're using Checkout, you'd pass it when creating the Checkout Session .

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