#eze_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/1227703061917728870
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hi!
The easiest way to know this if you are just looking at the PaymentIntent is to use the description which will be set for you for a PaymentIntent generated from a Subscription. Otherwise, you could set metadata yourself on your one-time payments and check that.
ok, thanks. Where can I see the constants or enums that are used to set the automatic description?
You would just test it out
I don't recall the exact wording off the top of my head.
(I'm checking on one of my own Subs on my test account)
ok, is "description": "Subscription creation".
I thought it used a constant that I could access
to use the same
It is a string, not an enum, but we won't change it since a lot of people do rely on this description.
If you are wary of going that route then setting your own metadata as I mentioned is the most reliable
perfect, thank you so much!