You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/stripe/index.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -305,10 +305,12 @@ Segment flattens Stripe's Evidence and Evidence Details objects. See Stripe's [D
305
305
|`application_fee`| The fee in cents that will be applied to the invoice and transferred to the application owner's Stripe account when the invoice is paid |
306
306
|`attempt_count`| Number of payment attempts made for this invoice, from the perspective of the payment retry schedule |
307
307
|`attempted`| Whether an attempt has been made to pay the invoice |
308
+
|`billing_reason`| The reason for the invoice. |
308
309
|`charge_id`| ID of the latest charge generated for this invoice, if any |
309
310
|`currency`| Three-letter ISO currency code, in lowercase |
310
311
|`customer_id`| ID of the customer |
311
312
|`description`| An arbitrary string attached to the object |
313
+
|`due_date`| The invoice's due date. |
312
314
|`ending_balance`| Ending customer balance after the invoice is frozen |
313
315
|`metadata`| A set of key-value pairs that describe additional information about the object |
314
316
|`paid`| Whether payment was successfully collected for this invoice |
|`application_fee_percent`| This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account |
485
487
|`cancel_at_period_end`| If the subscription has been canceled with the `at_period_end` flag set to true, `cancel_at_period_end` on the subscription will be true |
486
488
|`canceled_at`| If the subscription has been canceled, the date of that cancellation. If the subscription was canceled with `cancel_at_period_end`, `canceled_at` will still reflect the date of the initial cancellation request, not the end of the subscription period when the subscription is automatically moved to a canceled state. |
489
+
|`collection_method`| The method used to collect the subscription. |
487
490
|`created`| Time at which the object was created. Measured in seconds since the Unix epoch. |
488
491
|`current_period_end`| End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created. |
489
492
|`current_period_start`| Start of the current period that the subscription has been invoiced for. |
0 commit comments