#gui-marques_webhooks
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.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1285255430120931441
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hi
Can you provide an example Invoice ID?
And when you say "not firing" what do you mean?
The Event isn't created?
Or your Webhook isn't receiving it?
Not created after purchase
Okay I need an Invoice ID to be able to investigate further
pi_3PzfFcP5abuqxPAI0w77kLad
That's a PaymentIntent ID ๐
You are trying to create post-payment Invoices with Checkout?
Ah you aren't doing that
No, I am trying to create a user through an integration.
After the sale the user is created in a membership platform.
Not sure what that means... but there is no Invoice associated at all with the PaymentIntent that you shared
So you won't see a invoice.payment_succeeded Event
If you want an Invoice created upon successful payment then when you create your Payment Link you need to tick the box for Create an invoice PDF (since it looks like you created this Payment Link via the Dashboard)
I'd also recommend you do all of this in test mode
But with another client, I made the same settings and invoice.payment_succeeded was triggered
Well I'd need to see that example to be able to look at that.
But for this Payment Link you can look at the creation request here: https://dashboard.stripe.com/logs/req_cJcbKEEp3Q63vi
And you can clearly see:
invoice_creation: {
enabled: "false",
},
So that Payment Link is not going to create Invoices
The payment link is created directly on the Stripe dashboard. Not via API. With this, I integrate via webhook to my members area, and after the purchase the user receives access.
This is the path.
I understand.
And as I said, when you created the Payment Link you did not tick the necessary box to create Invoices for that Payment Link
I'll do it here
I'm trying to find the box to select, but I can't find it...
Can you send a print, because I think I'm blind lol
I'm a developer on a client's stripe, should I have some kind of permission to make the change?
Yeah you should be able to do it with Developer permissions as far as I know