Commerce Transaction
Commerce transactions are transactions that take place on the provider's platform. They represent purchases, sales, transfers and such that happened on the User's account(s) in the platform.
By default, the Commerce Transaction's history is 12 months.
Field | Type | Description |
---|---|---|
id | uuid | Unique identifier (UUID) |
type | string | Transaction type. The possible values are :
|
status | string | Transaction status - Possible values :
|
description | string | Description text attached to the transaction. |
amount | Money | Transaction value |
fee_amount | Money | Fee associated to the transaction |
source_created_at | datetime | Date of the creation of the transaction (as given by the source provider). e.g. “2021-12-13 16:20:09” |
initial_transaction_id | string | Reference to the id (UUID) of the initial transaction : value provided only for correlated transactions and not for initial transaction |
related_transaction_id | string | Reference to source_transactions of commerce orders. |
source_type | string | Type as provided by the original source provider (Paypal, Stripe,..). Value depending on the source provider. |
provider_name | string | Name of the provider the data is coming from (informational field) - e.g. "Paypal", "Stripe", ... |
data_connection_id | uuid | UUID of the data connection leading to this data |