#ballisticeel_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/1401897956478812311
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
I have a custom field for Vehicle Registraion
do you mean on a Checkout Session?
Yes
But can't seem too get that data over api
because you're checking the PaymentIntent instead of the Checkout Session
i tried checkout session, but failed to see my custom field, should i be using webhook?
what's the checkout session ID?
you need to retrieve the Checkout Session by ID (e.g. cs_live_a1XciAg1LML2NmbRmifwIG2LgyNEYp43GaVfFptidnIGvfSdOR0p8gPQYH)
and then you can access custom_fields[0].text.value
ok thanks, let me have a play.
thank you so much guys, got it workin jus how i want now.
Sure, happy to help
i feel like i should probably use a webhook, but wasn't able to work them out yet
I started, but there was no resend event button to test it with
You can look at this guide, https://docs.stripe.com/webhooks/quickstart
You should be able resend the event, https://docs.stripe.com/cli/events/resend via the CLI