Transaction (deprecated)
Last updated
Last updated
This resource is deprecated. You should consider using our GraphQL API with the Transaction
object.
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.
Filter | Description | Values | Use |
---|---|---|---|
The maximum duration allowed between from
and to
is 1 month.
GET /transaction/123
See reading section to discover some output examples.
Field | Description | Values |
---|---|---|
website_id
Website identifier
?filters[website_id]=123
operator_id
Operator identifier
?filters[operator_id]=123
conversation_id
Conversation identifier
Conversation identifier. You can also use !null
& null
to filter all transactions associated or not to a conversation.
?filters[conversation_id]=123
?filters[conversation_id]=null
?filters[conversation_id]=!null
from
Date from
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
?filters[from]=YYYY-MM-DD HH:MM:SS
to
Date to
YYYY-MM-DD
or YYYY-MM-DD HH:MM:SS
?filters[to]=YYYY-MM-DD HH:MM:SS
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 YYYY-MM-DD HH:MM:SS
website_id
Website identifier
Integer
operator_id
Operator identifier
Integer
conversation_id
Conversation identifier
Integer