#le-chat-lessive_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/1346096639873515591
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
What are 'purchasing tests'? What is the exact error you're seeing? What API calls are you making to Stripe? Some Stripe specific context please
Oh hello I can't find any errors on the Stripe or Botghost side, that's the problem
Then I'm not really sure how we're supposed to help? If the issue exists in IFTTT then you'd need to speak to them
I think it must be a problem of recovering information like the ID Discord
Because I made a payment link with a personalized text field but I think that I would have to get what the user has filled to be able to check in Discord
If it was he who bought an item🤔
Yeah sorry, no idea how any of this relates to Stripe
That would depends on what Stripe APIs/products you're using? Personalized text field from where?
I send you the payment url to show you
Ah, ok. Payment Links
And I try to recover the fact that the purchase is made and that the given text field is the same as in Discord🤔Maybe it's a little problem with intents
Then you'd listen for the checkout.session.completed event which will contain the custom fields data: https://docs.stripe.com/payments/checkout/custom-fields?payment-ui=stripe-hosted#retrieve-fields
How to create the endpoint? And how do I modify the lines of code🤔
Is IFTTT not handling that for you?
e.g. receives payment event from Stripe, do X in system Y
IFTTT can facilitate webhooki behaviours in a no-code solution
Oki oki
Otherwise: https://docs.stripe.com/webhooks
I will test this tonight I will keep you posted