#nk_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/1269963855346270278
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
There's no supported way to test that today I'm afraid
Thank you for your response. If I add a dummy card with an expiry date 1 Aug 2024, will this webhook be triggered?
Unlikely, no. I'm fairly certain our test cards don't support CAU: https://docs.stripe.com/payments/cards/overview#automatic-card-updates
So, I cannot trigger this webhook in any way, right? Can you provide a simple body for this webhook so that I can implement it based on that?
The event payload would just be a fresh Payment Method object: https://docs.stripe.com/api/payment_methods/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you @tidal schooner
No problem, glad I could help!