#chelo_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/1264949358323826812
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
would you mind sharing the request ID?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
it's empty
Can you paste that request ID
In text
The req_xxx
Doh
You did above
Ignore
Yeah looks like none of your parameters are coming through in your POST body
So you'll need to look into how to correctly send those using Zapier... we can't really help you with that.
Also looks like that request is in livemode
Would highly recommend doing this all in test mode first
Does Stripe has any documentation on that?
I thought it wasn't that complicated:
{ "product": "{{242731044__id}}", "billing_scheme": "per_unit", "currency": "usd", "custom_unit_amount[enabled]": "true", "custom_unit_amount[maximum]": "10000", "custom_unit_amount[minimum]": "500" }
The JSON you are passing there looks fine to me, but none of those parameters are making it to our API
So that means you aren't using the Zapier tool correctly to send those parameters.
You would have to reach out to Zapier support for help on that... we don't know how that tool works at all
Yeah I did but they recommended me to reach out to you, lol
Yeah sorry you are getting sent in circles -- I would ask them more generally how to ensure your POST body is sent through in the request
ok