#trying_zuora-guest
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214633807966380075
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
If guest customers cannot be used to create off session, recurring payments then I suspect Zuora is storing the payment information and scheduling their own ad hoc payments against stripe
@stoic sparrow basically yes. You use Zuora, they vault card details themselves and pass those on every payment. There isn't much more to this than that. And our Guest Customers feature allows us to group one-time payments together based on some details like card number: https://docs.stripe.com/payments/checkout/guest-customers
trying_zuora-guest
ooooh ok so I am not crazy!
Is there a way to create customers from these guest customers so that we can keep reusing the payment methods for more off session payments?
Or do we have to have every customer re-enter their payment method?
You would work with Zuora on this, they have the card details and control your entire integration
I understand but we are migrating away from Zuora
I guess we would need to get the payment info from Zuora and use it to create a payment method for each customer and also create a customer then we can use the PM / customer combination to make future payments, right?
reading...
Thank you so much - very much appreciated!
I'll review the doc
Since Zuora has inputted the cc info into Stripe, is it possible to complete this migration directly with Stripe?
no
you have to follow the clear instructions in that page I linked. You ask Zuora and Zuora gives Stripe the card details! I recommend working directly with our migrations team as recommended on that page in our docs
ok sounds good. Thanks so much!