Skip to content

Commit f6538f0

Browse files
authored
Merge pull request #5328 from segmentio/update-stripe-cloud-source
Add New Properties to Stripe Cloud Source
2 parents eebf67e + 8114914 commit f6538f0

File tree

1 file changed

+3
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/stripe

1 file changed

+3
-0
lines changed

src/connections/sources/catalog/cloud-apps/stripe/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,12 @@ Segment flattens Stripe's Evidence and Evidence Details objects. See Stripe's [D
305305
| `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 |
306306
| `attempt_count` | Number of payment attempts made for this invoice, from the perspective of the payment retry schedule |
307307
| `attempted` | Whether an attempt has been made to pay the invoice |
308+
| `billing_reason` | The reason for the invoice. |
308309
| `charge_id` | ID of the latest charge generated for this invoice, if any |
309310
| `currency` | Three-letter ISO currency code, in lowercase |
310311
| `customer_id` | ID of the customer |
311312
| `description` | An arbitrary string attached to the object |
313+
| `due_date` | The invoice's due date. |
312314
| `ending_balance` | Ending customer balance after the invoice is frozen |
313315
| `metadata` | A set of key-value pairs that describe additional information about the object |
314316
| `paid` | Whether payment was successfully collected for this invoice |
@@ -484,6 +486,7 @@ Segment flattens Stripes `inventory`, `package_dimensions` objects.
484486
| `application_fee_percent` | This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account |
485487
| `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 |
486488
| `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. |
487490
| `created` | Time at which the object was created. Measured in seconds since the Unix epoch. |
488491
| `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. |
489492
| `current_period_start` | Start of the current period that the subscription has been invoiced for. |

0 commit comments

Comments
 (0)