#benjam3960
1 messages · Page 1 of 1 (latest)
Hi,
Don't know much about Shopify here. But you can create customer via Stripe API
If I create the customer after Shopify create the payment intent with a guest customer, can I re-use his payment method ?
You can attach a PaymentMethod to a customer via the API:
https://stripe.com/docs/api/payment_methods/attach
It's not my question.
Shopify create a guest customer during the checkout processs. As I'm doing a subscription based business, is there a way to tranform this guest customer to a "real" Stipe customer so I can charge him every month with the payment method he used during his first time shopify payment
Again, we don't know much about Shopify here, but
is there a way to tranform this guest customer to a "real" Stipe customer
You can create a customer via Stripe API. Or check with Shopify support how to create a Customer from the begingin and not use a guest customer
can charge him every month with the payment method he used during his first time shopify payment
You need to configure the payment collection for future and off_sessioin usage, but I don't know how you can achieve this using Shopify or even if it's possible
I invite you to check with Shopify Support