#eze_webhooks

1 messages ¡ Page 1 of 1 (latest)

storm parcelBOT
#

👋 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.

little kilnBOT
remote field
#

Hello

solid trout
#

Hi!

remote field
#

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.

solid trout
#

ok, thanks. Where can I see the constants or enums that are used to set the automatic description?

remote field
#

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)

solid trout
#

ok, is "description": "Subscription creation".

#

I thought it used a constant that I could access

#

to use the same

remote field
#

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

solid trout
#

perfect, thank you so much!