provider |
Payment Provider
Catalog: Odoo
Schema: payment
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table provider are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
allow_express_checkout |
boolean |
Allow Express Checkout |
☐ |
This controls whether customers can use express payment methods. Express checkout enables customers to pay with Google Pay and Apple Pay from which address information is collected at payment. |
allow_tokenization |
boolean |
Allow Saving Payment Methods |
☐ |
This controls whether customers can save their payment methods as payment tokens.A payment token is an anonymous link to the payment method details saved in theprovider's database, allowing the customer to reuse it for a next purchase. |
auth_msg |
string |
Authorize Message |
☐ |
The message displayed if payment is authorized |
available_country_ids |
string |
|
☐ |
The countries in which this payment provider is available. Leave blank to make it available in all countries. |
available_currency_ids |
string |
|
☐ |
The currencies available with this payment provider. Leave empty not to restrict any. |
cancel_msg |
string |
Canceled Message |
☐ |
The message displayed if the order is canceled during the payment process |
capture_manually |
boolean |
Capture Amount Manually |
☐ |
Capture the amount from Odoo, when the delivery is completed.Use this if you want to charge your customers cards only whenyou are sure you can ship the goods to them. |
code |
string |
Code |
☑ |
The technical code of this payment provider. |
color |
int32 |
Color |
☐ |
The color of the card in kanban view |
company_id_label |
string |
|
☐ |
|
company_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_as |
string |
Displayed as |
☐ |
Description of the provider for customers |
display_name |
string |
Display Name |
☐ |
|
done_msg |
string |
Done Message |
☐ |
The message displayed if the order is successfully done after the payment process |
express_checkout_form_view_id_label |
string |
|
☐ |
The template rendering the express payment methods' form. |
express_checkout_form_view_id |
string |
|
☐ |
The template rendering the express payment methods' form. |
fees_active |
boolean |
Add Extra Fees |
☐ |
|
fees_dom_fixed |
decimal |
Fixed domestic fees |
☐ |
|
fees_dom_var |
decimal |
Variable domestic fees |
☐ |
|
fees_int_fixed |
decimal |
Fixed international fees |
☐ |
|
fees_int_var |
decimal |
Variable international fees |
☐ |
|
id |
int32 |
ID |
☐ |
|
image_128 |
byte[] |
Image |
☐ |
|
inline_form_view_id_label |
string |
|
☐ |
The template rendering the inline payment form when making a direct payment |
inline_form_view_id |
string |
|
☐ |
The template rendering the inline payment form when making a direct payment |
is_published |
boolean |
Published |
☐ |
Whether the provider is visible on the website or not. Tokens remain functional but are only visible on manage forms. |
journal_id_label |
string |
|
☐ |
The journal in which the successful transactions are posted. |
journal_id |
string |
|
☐ |
The journal in which the successful transactions are posted. |
main_currency_id_label |
string |
|
☐ |
The main currency of the company, used to display monetary fields. |
main_currency_id |
string |
|
☐ |
The main currency of the company, used to display monetary fields. |
maximum_amount |
decimal |
Maximum Amount |
☐ |
The maximum payment amount that this payment provider is available for. Leave blank to make it available for any payment amount. |
module_id_label |
string |
|
☐ |
|
module_id |
string |
|
☐ |
|
module_state |
string |
Installation State |
☐ |
|
module_to_buy |
boolean |
Odoo Enterprise Module |
☐ |
|
name |
string |
Name |
☑ |
|
payment_icon_ids |
string |
|
☐ |
|
pending_msg |
string |
Pending Message |
☐ |
The message displayed if the order pending after the payment process |
pre_msg |
string |
Help Message |
☐ |
The message displayed to explain and help the payment process |
redirect_form_view_id_label |
string |
|
☐ |
The template rendering a form submitted to redirect the user when making a payment |
redirect_form_view_id |
string |
|
☐ |
The template rendering a form submitted to redirect the user when making a payment |
sequence |
int32 |
Sequence |
☐ |
Define the display order |
show_allow_express_checkout |
boolean |
Show Allow Express Checkout |
☐ |
|
show_allow_tokenization |
boolean |
Show Allow Tokenization |
☐ |
|
show_auth_msg |
boolean |
Show Auth Msg |
☐ |
|
show_cancel_msg |
boolean |
Show Cancel Msg |
☐ |
|
show_credentials_page |
boolean |
Show Credentials Page |
☐ |
|
show_done_msg |
boolean |
Show Done Msg |
☐ |
|
show_payment_icon_ids |
boolean |
Show Payment Icon |
☐ |
|
show_pending_msg |
boolean |
Show Pending Msg |
☐ |
|
show_pre_msg |
boolean |
Show Pre Msg |
☐ |
|
so_reference_type |
string |
Communication |
☐ |
You can set here the communication type that will appear on sales orders.The communication will be given to the customer when they choose the payment method. |
state |
string |
State |
☑ |
In test mode, a fake payment is processed through a test payment interface.This mode is advised when setting up the provider. |
support_express_checkout |
boolean |
Express Checkout Supported |
☐ |
|
support_fees |
boolean |
Fees Supported |
☐ |
|
support_manual_capture |
boolean |
Manual Capture Supported |
☐ |
|
support_refund |
string |
Type of Refund Supported |
☐ |
|
support_tokenization |
boolean |
Tokenization Supported |
☐ |
|
token_inline_form_view_id_label |
string |
|
☐ |
The template rendering the inline payment form when making a payment by token. |
token_inline_form_view_id |
string |
|
☐ |
The template rendering the inline payment form when making a payment by token. |
website_id_label |
string |
|
☐ |
|
website_id |
string |
|
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826