Transactions
Here are the fields included in the Transactions source dataset you can export using destinations:
Field name | Field type | Description |
---|---|---|
ID |
String | The internal ChartMogul ID of the transaction object. |
EXTERNAL_ID |
String | The unique identifier specified by you for the transaction. Typically an identifier from your internal system. |
TRANSACTED_AT |
Timestamp | The timestamp of when the transaction was attempted. |
TYPE |
String | Either payment or refund . |
RESULT |
String | Either successful or failed depending on the result of this attempted transaction. |
UNMAPPED_ATTRIBUTES |
JSON String | Not used at the moment. The idea is to allow headers of any kind in the CSV file when uploading the data. |
CREATED_AT |
Timestamp | The time when this transaction was created in ChartMogul. |
UPDATED_AT |
Timestamp | The time when this transaction was updated in ChartMogul. |
INVOICE_EXTERNAL_ID |
String | The unique external identifier for the invoice that is connected to this transaction. |
DATA_SOURCE_UUID |
String | The ChartMogul UUID of the source of this transaction. |
AMOUNT_IN_CENTS |
Integer | The amount partially paid/refunded for this transaction. |
REFUND_OPTIONS |
JSON String | The field is used internally for use cases specific to Stripe sources. |
TRANSACTION_FEES_IN_CENTS |
Integer | The transaction fees in cents for this line item if any. |
TRANSACTION_FEES_CURRENCY |
String | The transaction fee currency for this line item if any. |