TIP: You can type at any time to perform a new search.
Stripe Payment Acquirer - Strong Customer Authentication Update
payment_stripe_sca · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Hidden
- Folder size
- 0.12 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 05:07:19
- Authors
- Maintainers
- None
- Committers
- Martin Trigaux, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, Lucas Perais (lpe), Damien Bouvy, jev-odoo, Julien Castiaux, Xavier-Do, Jason Van Malder, fw-bot, Anh Thao Pham (pta), nie, Pierre Verkest
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- payment_stripe_checkout_webhook
- Description
Stripe Payment Acquirer - Strong Customer Authentication Update
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
Payment Stripe SCA Assets | ir.ui.view | qweb | Inherits web.assets_frontend |
payment_tokens_list |
Payment Tokens list | ir.ui.view | qweb | Inherits payment.payment_tokens_list |
stripe_form |
stripe_form | ir.ui.view | qweb | Inherits payment_stripe.stripe_form |
stripe_s2s_form |
stripe_s2s_form | ir.ui.view | qweb | Inherits payment_stripe.stripe_s2s_form |
HTTP endpoints (4)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/payment/stripe/s2s/create_json_3ds |
StripeControllerSCA.stripe_s2s_create_json_3ds |
public | json | ALL | csrf off |
/payment/stripe/s2s/create_setup_intent |
StripeControllerSCA.stripe_s2s_create_setup_intent |
public | json | ALL | csrf off |
/payment/stripe/s2s/process_payment_intent |
StripeControllerSCA.stripe_s2s_process_payment_intent |
public | json | ALL | csrf off sudo |
/payment/stripe/success, /payment/stripe/cancel |
StripeControllerSCA.stripe_success |
public | http | ALL | sudo |
Models touched (3)
New fields (0)
No new fields.
Public methods (3)-
stripe_form_generate_values(self, tx_values) -
stripe_s2s_form_process(self, data)@api.model -
stripe_s2s_form_validate(self, data)
New fields (1)
-
stripe_payment_methodCharargs: 'Payment Method ID'
-
stripe_create(self, values)@api.model
New fields (2)
-
stripe_payment_intentCharreadonly=Truestring='Stripe Payment Intent ID' -
stripe_payment_intent_secretCharreadonly=Truestring='Stripe Payment Intent Secret'
-
form_feedback(self, data, acquirer_name) -
stripe_s2s_do_transaction(self, **kwargs)
Loading…
Loading…