You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m wondering why the user is recorded as a guest in Stripe, and in the Craft backend, it shows "This user isn’t a Stripe customer." Shouldn’t this be linked? Or have I overlooked something?
Webhooks are running with the Stripe CLI.
Thank you!
Additional info
Craft version: Craft Pro 5.4.7.1
PHP version: 8.2.21
Plugins & versions: Stripe 1.1.0
The text was updated successfully, but these errors were encountered:
or have the post-purchase invoices enabled, in which case a Customer will be created even for the one-off purchases; you’d do that by setting invoice_creation.enabled to true;
in this case, the params would be:
{
'invoice_creation': {
'enabled': true
}
}
Please note that some parameters are only allowed in certain modes. For example the invoice_creation parameter is only allowed when making a one-off purchase and will throw an error when used when purchasing a recurring one (when purchasing both one-off and a recurring product in a single checkout, the mode is set to subscription).
I hope this clarifies things!
I'll close this now, but feel free to reach out if you run into any further issues.
I'm logged into Craft CMS and making a checkout using the following code:
I’m wondering why the user is recorded as a guest in Stripe, and in the Craft backend, it shows "This user isn’t a Stripe customer." Shouldn’t this be linked? Or have I overlooked something?
Webhooks are running with the Stripe CLI.
Thank you!
Additional info
The text was updated successfully, but these errors were encountered: