Transaction (deprecated)
This resource is deprecated. You should consider using our GraphQL API with the Transaction
object.
List your transactions
GET /transaction
See below to discover used fields and see reading section to discover some output examples.
Transactions from a given day will be available on the next day after 5 am.
Filters
Filter | Description | Values | Use |
---|---|---|---|
website_id | Website identifier |
| |
operator_id | Operator identifier |
| |
conversation_id | Conversation identifier | Conversation identifier. You can also use |
|
from | Date from |
|
|
to | Date to |
|
|
The maximum duration allowed between from
and to
is 1 month.
Get a transaction details
GET /transaction/123
See reading section to discover some output examples.
Fields
Field | Description | Values |
---|---|---|
id | Tag identifier | Integer |
external_id | External identifier | String |
visitor_uid | Visitor unique identifier | String |
visitor_email | Visitor email | String |
amount | Amount | Double |
created_at | Date of creation | Date |
website_id | Website identifier | Integer |
operator_id | Operator identifier | Integer |
conversation_id | Conversation identifier | Integer |
Last updated