Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1275 Zobrazení

Hello hello.

I try to setup stripe so that the useres can pay via paypal using stripe. To be clear, I do not want to integrate paypal directly.

So I added the paypal icon in ODOO and the paypal method in stripe. In the stripe preview, I can see paypal, but during checkout, I can not see it.

I have debugged a little and it seems, that ODOO is only requesting "Giropay" and "Cards" ( see JSON ). I think it is a bug in ODOO, right? Can I fix that?


The request from ODOO to stripe lookss like:

[...] 


"payment_intent_data": {

    "description": "S00025-1",

    "capture_method": "automatic"

  },

  "mode": "payment",

  "success_url": "https://.../payment/stripe/checkout_return?reference=S00025-1",

  "payment_method_types": {

    "0": "card",

    "1": "giropay"

  }

}

Avatar
Zrušit
Autor Nejlepší odpověď

Followup: I have updated to V17. There it works ...

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
kvě 25
1588
3
lis 24
4322
0
srp 24
1309
2
úno 24
2047
1
bře 23
3202