#andrew_webhooks
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- andrew_webhooks, 28 minutes ago, 15 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ 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/1248608207249739786
đ Have more to share? Add details, code, screenshots, videos, etc. below.
I have looked at this issue again and this is what I can report.
I reset the live site to use my (06Tech) Stripe account and placed an order for the Alamos event and it went through fine so it is related to your Forever Algarve stripe account as set up and is not specific to the live site. I have now reset the site back to your account.
looking at the data passed back from Stripe the problem occurs because this is what gets passed back from the 06Tech account relating to a customer
"customer": "cus_QFTM7241zKKBqV",
"customer_creation": "always",
and this is what gets passed back from your Stripe account
"customer": null,
"customer_creation": "if_required",
As you can see the difference seems to be the setting 'customer_creation' however I can't seem to find where that setting is in the Stripe admin so I think you'll need to engage Stripe support for guidance there.
hi there!
Hi Soma
can you share the Event ID (evt_xxx) with this issue?
we_1POky4AonzIE6boFvPWyJlP2
this is you webhook endpoint ID (we_xxx). I need a specific event ID (evt_xxx) with this issue.
evt_1PP0ytAonzIE6boFhkiE4IxQ
thanks! give me a few minutes to look into this.
Thank you
if you want a Customer to always be created, then you need to set customer_creation: always when creating a Checkout Session https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer_creation
note that this behavior changed in 2022: https://docs.stripe.com/upgrades#2022-08-01
so that can explain why in a different Stripe account it doesn't work the same.
Thank you Soma, I will check this out!
Hi Soma, could I ask if there is somewhere in the admin that I can make this change?
what do you mean?
oh, you are not creating the Checkout Session yourelf, but using a third party tool?
Using spatie