#zoho-developer_api
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/1326177079628398665
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! not sure I really understand sorry. I don't know much/anything about Zoho as a third party.
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
so your question is "why did my webhook endpoint not recieve an invoice.paid event for this CheckoutSession example? (the request ID you shared)"?
yes I have shared request id of invoice that I have pay but still on that event my webhook not triggered
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
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
yep. Those are not the correct events. If you're using Checkout for the payments, you want the checkout.session.completed event instead as described in the docs for Checkout. https://stripe.com/docs/payments/checkout/fulfill-orders
this is nothing to do with whitelists no
let me check with checkout.session.completed event
my invoice url is this
https://buy.stripe.com/test_14k5nu4tmfwNbRu3cG
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