Can’t Reuse Payment Intent
-
Initial payments work fine, but we are sharing the PI and PM with a recurring billing platform so they can continue making charges for the purchased subscription. When we attempt to reuse the PI though, we get this: “The provided PaymentMethod was previously used with a PaymentIntent without Customer attachment, shared with a connected account without Customer attachment, or was detached from a Customer. It may not be used again.” We are receiving the stripe_customer token in the WC order, but it isn’t attached to the PI. I read some comments in this forum about ‘guest’ customers being created instead of real Stripe customers, and have tried setting the Advanced option “Guest Customer Creation” to both checked and unchecked and the results are the same. The “Customer Creation” option is set to “When a customer ID is required”.
Is there something we need to configure, or possibly modify in the code to ensure that we can reuse the intent?
Thank You!
- You must be logged in to reply to this topic.