#JadeFlog - Guest Customers

1 messages · Page 1 of 1 (latest)

azure pier
#

Hello! When you say "guest" do you mean you're seeing that in the Stripe Dashboard?

harsh marsh
#

yes

#

they are listed under customers but next to their name it says "guest" The problem I have is since they are a guest, I can't set up a subscription to automatically run their monthly fees. I would have to create a new "customer" and then issue another invoice unless there is a way to convert a guest to a customer and keep their payment info

azure pier
#

There is currently no way to convert a "guest" into an actual Customer object. You would need to create a Customer and re-collect payment information. Ideally you would alter your integration to create the Customer object yourself initially so you can use it later for Subscriptions if you want.