mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
task-3648413 closes odoo/documentation#13888 Related: odoo/odoo#209685 Related: odoo/enterprise#87325 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
27 lines
908 B
ReStructuredText
27 lines
908 B
ReStructuredText
:hide-page-toc:
|
|
|
|
================
|
|
Payment Provider
|
|
================
|
|
|
|
.. autoclass:: odoo.addons.payment.models.payment_provider.PaymentProvider()
|
|
|
|
.. automethod:: _build_request_auth
|
|
.. automethod:: _build_request_headers
|
|
.. automethod:: _build_request_url
|
|
.. automethod:: _compute_feature_support_fields
|
|
.. automethod:: _get_code
|
|
.. automethod:: _get_compatible_providers
|
|
.. automethod:: _get_default_payment_method_codes
|
|
.. automethod:: _get_redirect_form_view
|
|
.. automethod:: _get_provider_domain
|
|
.. automethod:: _get_removal_values
|
|
.. automethod:: _get_supported_currencies
|
|
.. automethod:: _get_validation_amount
|
|
.. automethod:: _get_validation_currency
|
|
.. automethod:: _is_tokenization_required
|
|
.. automethod:: _parse_response_content
|
|
.. automethod:: _parse_response_error
|
|
.. automethod:: _send_api_request
|
|
.. automethod:: _should_build_inline_form
|