Can we covert the guest customer in stripe to real customer?
Asked Answered
O

1

8

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.

Overload answered 2/8, 2022 at 15:54 Comment(0)
C
8

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.

Clement answered 2/8, 2022 at 18:42 Comment(1)
This also answer me that's why I can't use API to list guest customers.Selfassurance

© 2022 - 2024 — McMap. All rights reserved.