Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1156 Lượt xem

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"

  }

}

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 25
1341
3
thg 11 24
3921
0
thg 8 24
1153
2
thg 2 24
1838
1
thg 3 23
2954