Vidi Stripe integration Tables Documentation

This page lists the tables and columns that you would get as part of our Stripe Power BI Integration. 

If you need to extract additional tables or columns, please contact us. Customisations are available upon request.

Customers

FieldNameDescription
idThe unique identifier for the customer in Stripe.
objectThe type of object (e.g., “customer”).
addressThe customer’s billing address.
address.cityThe city of the customer’s billing address.
address.countryThe country of the customer’s billing address.
address.line1The first line of the customer’s billing address.
address.line2The second line of the customer’s billing address (if applicable).
address.postal_codeThe postal code of the customer’s billing address.
address.stateThe state or province of the customer’s billing address.
balanceThe current balance of the customer’s account (if applicable).
createdThe timestamp when the customer was created (in Unix time).
currencyThe currency associated with the customer (e.g., “usd”).
default_sourceThe default payment source (e.g., card) for the customer.
delinquentIndicates whether the customer is delinquent (true/false).
descriptionA description of the customer (if provided).
discountThe discount applied to the customer (if applicable).
emailThe customer’s email address.
invoice_prefixA prefix for customer invoices (if applicable).
invoice_settings_custom_fieldsCustom fields for the customer’s invoices.
invoice_settings_default_payment_methodThe default payment method for the customer’s invoices.
invoice_settings_footerFooter text for the customer’s invoices.
invoice_settings_rendering_optionsRendering options for the customer’s invoices.
livemodeIndicates whether the customer is in live mode (true) or test mode (false).
metadataAdditional metadata associated with the customer.
metadata.Address_Validation_StatusThe status of the customer’s address validation.
nameThe customer’s full name.
next_invoice_sequenceThe sequence number for the customer’s next invoice.
phoneThe customer’s phone number.
preferred_localesThe customer’s preferred locales (e.g., language preferences).
shippingThe customer’s shipping address and details.
shipping.addressThe customer’s shipping address.
shipping.address.cityThe city of the customer’s shipping address.
shipping.address.countryThe country of the customer’s shipping address.
shipping.address.line1The first line of the customer’s shipping address.
shipping.address.line2The second line of the customer’s shipping address (if applicable).
shipping.address.postal_codeThe postal code of the customer’s shipping address.
shipping.address.stateThe state or province of the customer’s shipping address.
shipping.nameThe name associated with the customer’s shipping address.
shipping.phoneThe phone number associated with the customer’s shipping address.
tax_exemptThe tax exemption status of the customer (e.g., “none”, “exempt”).

Balance Transactions

FieldNameDescription
idThe unique identifier for the balance transaction.
objectThe type of object, typically “balance_transaction”.
amountThe amount of the transaction, in the smallest currency unit (e.g., cents).
available_onThe date when the funds will be available for payout.
createdThe timestamp when the transaction was created.
currencyThe currency in which the transaction was made (e.g., “usd”).
descriptionA brief description of the transaction.
exchange_rateThe exchange rate used for currency conversion, if applicable.
feeThe total fees deducted from the transaction.
fee_detailsA list of detailed breakdowns of the fees.
fee_details.amountThe amount of the fee.
fee_details.applicationThe application fee associated with the transaction, if any.
fee_details.currencyThe currency of the fee.
fee_details.descriptionA description of the fee.
fee_details.typeThe type of fee (e.g., “stripe_fee”, “application_fee”).
netThe net amount of the transaction after fees.
reporting_categoryThe category of the transaction (e.g., “charge”, “refund”).
sourceThe source of the transaction (e.g., a charge ID or transfer ID).
statusThe status of the transaction (e.g., “pending”, “available”).
typeThe type of transaction (e.g., “charge”, “adjustment”).

Charges

FieldNameDescription
idUnique identifier for the charge.
customer_idUnique identifier for the customer associated with the charge.
amountAmount of the charge in the smallest currency unit (e.g., cents).
currencyCurrency in which the charge was made (e.g., “usd”).
descriptionDescription of the charge, often provided by the merchant.
statusStatus of the charge (e.g., “succeeded”, “failed”, “pending”).
createdTimestamp when the charge was created.
paidIndicates whether the charge was successfully paid (true/false).
refundedIndicates whether the charge has been fully or partially refunded (true/false).
disputeIndicates if there is a dispute associated with the charge.
receipt_emailEmail address to which the receipt for the charge was sent.
metadataAdditional metadata associated with the charge.
metadata.AvaTax ErrorIndicates if there was an AvaTax-related error during the charge.
metadata.Tax_CalculatedIndicates whether tax was calculated for the charge.
metadata.med_productMetadata field for medical product information, if applicable.
metadata.productMetadata field for product information associated with the charge.
metadata.sourceSource of the charge (e.g., “web”, “mobile”).
metadata.user_idUnique identifier for the user associated with the charge.

Refunds

FieldNameDescription
idUnique identifier for the object.
chargeID of the charge that’s refunded.
amountAmount, in cents.
currencyThree-letter ISO currency code, in lowercase. Must be a supported currency.
createdCreated Date
statusStatus of the refund. This can be pending, requires action, succeeded, failed, or canceled. Learn more about failed refunds.
reasonReason for the refund, which is either user-provided (duplicate, fraudulent, or requested_ by_ customer) or generated by Stripe internally (expired_ uncaptured_ charge).
metadataSet of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.