#august_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/1402723518034083850
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there đź‘‹
Do you know if Odoo controls the Stripe integration that you're leveraging, or are you managing the code for your integration?
When that Payment Intent was created, payment_method_types was passed an array with just the value 'card' in it:
https://dashboard.stripe.com/logs/req_0lDkboia3ku81q
Are you intending to manually declare your supported payment method types like that, in which case you'll need to update that array to include the other payment method types you want to accept? Or are you intending to use Dynamic Payment Methods?
https://docs.stripe.com/payments/payment-methods/dynamic-payment-methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The first link doesn’t work.
We have the dynamic method connected, as far as I understand.
The first link is a link to the request to create the Payment Intent that was confirmed in the request you shared. If you're not able to access that link, it likely indicates that you aren't logged into the Stripe account that is making that request, and so can't see the logs for it.
The request that I shared did not use Dynamic Payment Methods. So the code that made that request would need to be adjusted if you are intending to use Dynamic Payment Method behavior. Do you control the code for your integration? Or is that controlled by Odoo?
I only work with the Odoo admin panel, unfortunately I don’t work with code. I’m logged into Stripe, but maybe I don’t have access to the logs?
I'd suggest reaching out to Odoo's support then if they control the code for your integration, as they'll be the ones most familiar with how their Stripe integration is designed to work and how to set it up correctly.
We'd be able to help more here in this forum if you were building and maintaining your own custom Stripe integration.
When I enable Google Pay, Apple Pay, or PayPal in Stripe, they appear in Odoo. The only one that doesn’t show up is TWINT, so I thought maybe you could help with that.
Sorry, not this time. I can see that the integration you're using, at least for the Payment Intent associated with the request you shared initially, is explicitly telling us that only card payments should be supported (which includes Apple and Google Pay).
If that integration is supposed to be displaying TWINT as well, it's currently not set up correclty to do so and the code will need to be reviewed and modified. It sounds like Odoo controls that code, so they'll need to be the ones to investigate why they're only indicating that card payments should be supported.
Could you provide instructions on how I can check this, so I can be 100% sure?
Sorry, I'm not sure I'm grasping what you're referring to. Instructions for checking what?