#gui-marques_webhooks

1 messages ยท Page 1 of 1 (latest)

thorny trailBOT
#

๐Ÿ‘‹ 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.

wild hill
#

Hello

graceful minnow
#

Hi

wild hill
#

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?

graceful minnow
#

Not created after purchase

wild hill
#

Okay I need an Invoice ID to be able to investigate further

graceful minnow
#

pi_3PzfFcP5abuqxPAI0w77kLad

wild hill
#

That's a PaymentIntent ID ๐Ÿ™‚

#

You are trying to create post-payment Invoices with Checkout?

#

Ah you aren't doing that

graceful minnow
#

No, I am trying to create a user through an integration.

After the sale the user is created in a membership platform.

wild hill
#

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

graceful minnow
#

But with another client, I made the same settings and invoice.payment_succeeded was triggered

wild hill
#

Well I'd need to see that example to be able to look at that.

#

So that Payment Link is not going to create Invoices

graceful minnow
#

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.

wild hill
#

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

graceful minnow
#

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

wild hill
#

It is in the After payment tab

#

At the bottom

graceful minnow
#

I'm a developer on a client's stripe, should I have some kind of permission to make the change?

wild hill
#

Yeah you should be able to do it with Developer permissions as far as I know