#alex-langlitz_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/1402669869404782593
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
What is odoo?
The request you shared is a webhook endpoint creation: https://dashboard.stripe.com/logs/req_8uBTgbcxLxa1w3
I don't understand how this relates to what you're trying to do
Do you have a test page I can access? Or an example payment intent / checkout session ID i can look at?
Based on the request you shared, i see no test mode usage. Do you test/develop on a different account or sandbox?
its not about this request, sorry
I just had to fill something in
otherwise I couldnt contact you
the problem is that i have twint activated but my erp system doesnt fetch this payment method
On this sandbox request you're using manual payment_method_types to specify twint: https://dashboard.stripe.com/test/logs/req_MozcbCYN8fxyW6
On this live mode request you're doing the same manual specification, but only including paypal: https://dashboard.stripe.com/logs/req_n5FmkaLCEu7R0A
So you either need to specify twint there too, or use dynamic payment methods: https://docs.stripe.com/payments/payment-methods/dynamic-payment-methods
All the requests I can find are using manual specification, so you need to update that list to include twint and anything else you want
If this request is controlled by another party, you'll need to work with them to understand why it doesnt include what you expect