Stripe Payment Acquirer - Strong Customer Authentication Update

payment_stripe_sca
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/payment_stripe_sca
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSMartin 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
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment_stripe
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Stripe Payment Acquirer - Strong Customer Authentication Update

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
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_method Char
    args: 'Payment Method ID'
Public methods (1)
  • stripe_create(self, values)
    @api.model

New fields (2)
  • stripe_payment_intent Char
    readonly=True string='Stripe Payment Intent ID'
  • stripe_payment_intent_secret Char
    readonly=True string='Stripe Payment Intent Secret'
Public methods (2)
  • form_feedback(self, data, acquirer_name)
  • stripe_s2s_do_transaction(self, **kwargs)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/payment_stripe_sca
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSNicolas Martinelli, Damien Bouvy, Nans Lefebvre, Andreas Perhab, Nikunj Ladava
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment_stripe
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Stripe Payment Acquirer - Strong Customer Authentication Update

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
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_method Char
    args: 'Payment Method ID'
Public methods (1)
  • stripe_create(self, values)
    @api.model

New fields (2)
  • stripe_payment_intent Char
    readonly=True string='Stripe Payment Intent ID'
  • stripe_payment_intent_secret Char
    readonly=True string='Stripe Payment Intent Secret'
Public methods (2)
  • form_feedback(self, data, acquirer_name)
  • stripe_s2s_do_transaction(self, **kwargs)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/payment_stripe_sca
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSDamien Bouvy
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment_stripe
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Stripe Payment Acquirer - Strong Customer Authentication Update

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_frontend Payment Stripe SCA Assets ir.ui.view qweb Inherits web.assets_frontend
stripe_acquirer_button stripe_acquirer_button ir.ui.view qweb Inherits payment_stripe.stripe_acquirer_button
stripe_s2s_form stripe_s2s_form ir.ui.view qweb Inherits payment_stripe.stripe_s2s_form
Models touched (3)

New fields (0)

No new fields.

Public methods (4)
  • get_disabled_s2s_providers(self)
    @api.model
    Returns the list of providers that no longer support s2s in payment forms.
  • 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_method Char
    args: 'Payment Method ID'
Public methods (1)
  • stripe_create(self, values)
    @api.model

New fields (2)
  • stripe_payment_intent Char
    readonly=True string='Stripe Payment Intent ID'
  • stripe_payment_intent_secret Char
    readonly=True string='Stripe Payment Intent Secret'
Public methods (2)
  • form_feedback(self, data, acquirer_name)
  • stripe_s2s_do_transaction(self, **kwargs)