Stripe: Most-used fields#
The table below gives information about most-used fields that you can import from Stripe. Other fields might also be available in Adverity.
The fields that you can fetch in Adverity are updated regularly to reflect updates to data source APIs.
API name |
Adverity UI name |
Description |
Use in Adverity |
|---|---|---|---|
amount |
amount |
The monetary value of the transaction or financial event. For fees, it represents the amount of the fee. [1, 3, 4] |
metric |
card_brand |
card_brand |
The brand of the card used for the transaction (e.g., Visa, Mastercard, American Express). |
dimension |
card_country |
card_country |
The two-letter ISO country code of the card’s issuing bank. |
dimension |
card_input_method |
card_input_method |
The method by which the card details were provided (e.g., manually typed, swiped, or chip read). |
dimension |
card_type |
card_type |
The type of payment card used (e.g., credit card, debit card). |
dimension |
charge_id |
charge_id |
Unique identifier for the charge associated with the transaction. |
dimension |
currency |
currency |
The three-letter ISO currency code of the transaction. |
dimension |
customer_id |
customer_id |
Unique identifier for the customer. |
dimension |
final_charge_id |
final_charge_id |
The unique identifier for a completed charge. |
dimension |
invoice_id |
invoice_id |
Unique identifier for the invoice associated with the transaction. |
dimension |
is_final_attempt |
is_final_attempt |
This field indicates whether a payment attempt is the final attempt for a given transaction. It helps to identify the definitive outcome when multiple attempts are made for a single payment, such as when a payment is declined and then retried. |
dimension |
outcome_reason |
outcome_reason |
The specific reason for the outcome of a payment attempt or other event (e.g., ‘insufficient_funds’, ‘card_not_supported’). |
dimension |
outcome_type |
outcome_type |
The general type of outcome for a payment attempt, review, or other related process. |
dimension |