transaction |
Payment Transaction
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 transaction are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
amount |
decimal |
Amount |
☑ |
|
callback_hash |
string |
Callback Hash |
☐ |
|
callback_is_done |
boolean |
Callback Done |
☐ |
Whether the callback has already been executed |
callback_method |
string |
Callback Method |
☐ |
|
callback_model_id_label |
string |
|
☐ |
|
callback_model_id |
string |
|
☐ |
|
callback_res_id |
int32 |
Callback Record ID |
☐ |
|
child_transaction_ids |
string |
|
☐ |
The child transactions of the source transaction. |
company_id_label |
string |
|
☐ |
|
company_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
currency_id_label |
string |
|
☐ |
|
currency_id |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
fees |
decimal |
Fees |
☐ |
The fees amount; set by the system as it depends on the provider |
id |
int32 |
ID |
☐ |
|
invoice_ids |
string |
|
☐ |
|
invoices_count |
int32 |
Invoices Count |
☐ |
|
is_donation |
boolean |
Is donation |
☐ |
|
is_post_processed |
boolean |
Is Post-processed |
☐ |
Has the payment been post-processed |
landing_route |
string |
Landing Route |
☐ |
The route the user is redirected to after the transaction |
last_state_change |
datetime |
Last State Change Date |
☐ |
|
operation |
string |
Operation |
☐ |
|
partner_address |
string |
Address |
☐ |
|
partner_city |
string |
City |
☐ |
|
partner_country_id_label |
string |
|
☐ |
|
partner_country_id |
string |
|
☐ |
|
partner_email |
string |
☐ |
|
|
partner_id_label |
string |
|
☐ |
|
partner_id |
string |
|
☐ |
|
partner_lang |
string |
Language |
☐ |
|
partner_name |
string |
Partner Name |
☐ |
|
partner_phone |
string |
Phone |
☐ |
|
partner_state_id_label |
string |
|
☐ |
|
partner_state_id |
string |
|
☐ |
|
partner_zip |
string |
Zip |
☐ |
|
payment_id_label |
string |
|
☐ |
|
payment_id |
string |
|
☐ |
|
provider_code |
string |
Code |
☐ |
The technical code of this payment provider. |
provider_id_label |
string |
|
☐ |
|
provider_id |
string |
|
☐ |
|
provider_reference |
string |
Provider Reference |
☐ |
The provider reference of the transaction |
reference |
string |
Reference |
☑ |
The internal reference of the transaction |
refunds_count |
int32 |
Refunds Count |
☐ |
|
renewal_allowed |
boolean |
Renewal Allowed |
☐ |
|
sale_order_ids_nbr |
int32 |
# of Sales Orders |
☐ |
|
sale_order_ids |
string |
|
☐ |
|
source_transaction_id_label |
string |
|
☐ |
The source transaction of related refund transactions |
source_transaction_id |
string |
|
☐ |
The source transaction of related refund transactions |
state_message |
string |
Message |
☐ |
The complementary information message about the state |
state |
string |
Status |
☑ |
|
token_id_label |
string |
|
☐ |
|
token_id |
string |
|
☐ |
|
tokenize |
boolean |
Create Token |
☐ |
Whether a payment token should be created when post-processing the transaction |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826