#zoho-developer_api

1 messages ¡ Page 1 of 1 (latest)

hardy anvilBOT
#

👋 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/1326177079628398665

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

rancid tree
#

hi! not sure I really understand sorry. I don't know much/anything about Zoho as a third party.

prisma quartz
#

Hi karllekko, Basically I have creating stripe invoice link via api so Now I want when customer pay this invoice its all response push to webhook that I have added. When I'll received that response in crm webhook on basis of this I can change status of crm leads and paid amout also

#

but here when I pay that invoice my webhook is not triggered

rancid tree
#

so your question is "why did my webhook endpoint not recieve an invoice.paid event for this CheckoutSession example? (the request ID you shared)"?

prisma quartz
#

yes I have shared request id of invoice that I have pay but still on that event my webhook not triggered

rancid tree
#

well that payment, using our Checkout product, is completely unrelated to Invoices and the invoice.paid event so it doesn't generate any events like that.
you want the checkout.session.completed event instead as described in the docs for Checkout. https://stripe.com/docs/payments/checkout/fulfill-orders

prisma quartz
#

if you need I can send you a loom video and elaborate you

#

I have added webhook with these events

#

maybe before adding webhook we need to whitelist this from support

rancid tree
#

this is nothing to do with whitelists no

prisma quartz
#

let me check with checkout.session.completed event

prisma quartz
#

but when I received response on webhook this test_14k5nu4tmfwNbRu3cG code is not in response so how I can match payment is receive by this link

#

you got my point