Account |
Contains all the properties of a Stripe account, such as its current email address and whether the account is enabled to make live charges. |
Application Fee |
Contains the transaction fee amount collected on top of a charge made for a user. |
Application Fee Refund |
Contains the reference to the application fee collected from the user and the portion of it to be refunded in case of a transfer reversal. |
Authorization |
Contains the information that must be approved for any purchase to be completed successfully from an issued card. |
Balance transaction |
Contains the details of funds moving through an account. It is created for every in-flow and out-flow of funds to and from your Stripe account. Read Balance transaction types. |
Bank Account |
Contains information of the bank accounts connected to the payment methods of the customers object. |
Capability |
Contains the details of the capabilities associated with a connected account. The level of information required for an account is determined by its capabilities. |
Card |
Contains details such as cardholder, and the month and year of expiry of the physical or virtual cards that are issued to the cardholders. |
Cardholder |
Contains information such as the name, email, and phone number of the individual or business entity who issues a card. |
Charge |
Contains the details of a charge made on a credit or a debit card. You can retrieve and refund individual charges as well as list all charges. They are identified by a unique, random ID. |
Credit Note |
Contains the adjusted or refunded amount to be added to an already finalized invoice instead of recreating the invoice. |
Credit Note line item |
Contains the individual adjustments or refunds that you are adding to a credit note associated with an invoice. |
Customer |
Contains the details of a customer, such as the name, email, default payment method and delinquency status. |
Customer Balance Transaction |
Contains the amount by which a customer’s account balance needs to be incremented or decremented. |
Customer Tax IDs |
Contains details of the tax ID(s) of a customer. |
Coupon |
Contains the information about a percent-off or amount-off discount you might want to apply to a customer. It can be applied to invoices or orders. |
Discount |
Contains the information such as the beginning and ending of the discount and the coupon object. It represents the actual application of a coupon to a particular customer. |
Disputes |
Contains details of customer disputes about charges they do not recognise, suspect may be fraud. |
Dispute Balance Transaction |
Contains the mapping between each dispute and transaction entities. It is a custom table generated by Hevo to maintain data sanity. |
Early Fraud Warning |
Contains details about early fraud warnings sent by the card issuer to Stripe for a transaction. |
Events |
Contains the details about the events generated by your Stripe account. |
Fee Detail |
Contains the detailed breakdown of fees paid for each transaction present in the balance transaction table. |
File Link |
Contains a URL that you can use to retrieve the contents of a file without any authentication. |
Invoice |
Contains the statements of amounts owed by a customer. Invoices are either generated one-off or periodically from a subscription. |
Invoice Item |
Contains the details about the charges or credits made to the customer’s credit cards. |
Invoice Line Item |
Contains the details of an invoice, such as amount, currency, period and proration. It is stored inside the invoice object. |
Issue Disputes |
Contains the details of the disputes raised by the customers to recover money for transactions completed using the Issuing API. |
Mandates |
Contains the details of the permissions given by the customer to debit their payment method. |
Orders |
Contains details of the customer’s purchases, such as products and quantities, order status, payment information, and billing and shipping information. |
Payment Intent |
Contains the guide for the process of collecting a payment from your customer during a particular session. Read How intents work to know more about the payment flow followed at Stripe. |
Payment Link |
Contains the URLs of pages that customers use to make payments. |
Payment Method |
Contains the details of the payment method that a customer has used on one or more payment intent(s) along with details. Supported Payment Methods are Card (card/wallet), FPX, and ideal. |
Payment Method Details |
Contains the detailed data for each payment method that is created on your Stripe Account, will be individually stored in your destination to maintain data sanity. Examples: - payment_method_card - payment_method_fpx - payment_method_ideal |
Payout |
Contains the details of the received funds from Stripe. It is created when you initiate a payout to either a bank account or debit card of a connected Stripe account. |
Person |
Contains the details of the person linked to a Stripe account. |
Plan (pricing) |
Contains the details such as the base price, currency and billing cycle for recurring purchases of products. It helps you track the pricing. |
Price |
Contains the details such as the unit cost, currency, and billing cycle for recurring and one-time purchases of the different products you offer to your customers. For example, a standard or premium version of your service. |
Product |
Contains a list of all offers for the product. Each product can have multiple tiers of pricing plans. |
Promotion Code |
Contains a customer-redeemable code that can be used to create single or multiple codes for a coupon. |
Quote |
Contains the details of the quotation document provided to the customer for certain products or services. A quote is a document that contains a fixed price of a product. |
Refund |
Contains the details of a charge that is to be refunded due to a dispute, return, or failure to deliver a service. |
Review |
Contains human-added information to supplement automated fraud detection cases. |
Sessions |
Contains the details of the customer’s session when they pay for one-time purchases or subscriptions. |
Setup Attempts |
Contains the details of the attempts at setting up a payment method by the customers. |
Setup Intent |
Contains the guide for the process of saving a customer’s payment credentials for future payments. |
Shipping Rates |
Contains the details of the shipping rates applied to products being delivered to the customers. |
Source |
Contains the details of a customer’s payment methods that can be used with the Stripe API. |
Subscription |
Contains the details of a recurring charge for a customer. Each subscription has multiple line items. |
Subscription Item |
Contains line item data for each subscription. Each line item is associated with a plan. |
Subscription Schedule |
Contains the attributes required to manage the lifecycle of customers’ subscriptions by predefining existing changes. |
Tax Code |
Contains the details of the tax codes used to classify the goods and services for tax purposes. |
Tax Rate |
Contains the details of the tax rates applied to the invoices, subscriptions, and checkout sessions to collect tax. |
Tokens |
Contains the details of the tokens used by Stripe to collect sensitive customer information such as bank accounts and credit cards. |
Top-Up |
Contains the amount by which customers wish to top up their Stripe account balance. |
Transaction |
Contains details of funds entering or leaving a Stripe account. A transaction object is created whenever an issued card is used for making a purchase or a refund. |
Transfer |
Contains the details to move funds between Stripe accounts such as amount, destination and so on. It is used when you need to directly move a fund from your customer to the seller who’s offering the service through your platform. |
Transfer Reversal |
Contains the amount that is to be deducted from the seller’s account (who originally received it via a successful transfer) and added back to your platform. |
Usage Record |
Contains a report of a customer’s usage and other metrics that are sent to Stripe. |
Value |
Contains the details of the values in a value list, for example, an email ID. Value lists group values together so that they can be referenced in rules. For example, a value list containing email addresses can be referenced for the rule that blocks any payment with the email address on this list. |
Value List Item |
Contains the details of the items that can be added to a Stripe Radar value list that is used for fraud prevention. |
Verification Report |
Contains the details of the data of your users while collecting and verifying their identities. |
Verification Sessions |
Contains the details of the processes you need to follow for collecting and verifying the identities of your users, and the verified data after the verification is complete. |