Skip to content

Commit 6d24af4

Browse files
author
markzegarelli
authored
Remove unsupported collection from Stripe Cloud app doc (#5062)
1 parent 2375190 commit 6d24af4

File tree

1 file changed

+15
-16
lines changed
  • src/connections/sources/catalog/cloud-apps/stripe

1 file changed

+15
-16
lines changed

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Collections are the groupings of resources that Segment pulls from your source.
3434
| `balance_transaction_fee_details` | object | Balance transaction fee details include a breakdown of fees (in cents) paid for each transaction. For more information, see [Stripe's API docs](https://stripe.com/docs/api#balance_transaction_object) |
3535
| `balance_transactions` | object | Balance transactions lists the transaction balance history. For more information, see [Stripe's API docs](https://stripe.com/docs/api#balance_transaction_object) |
3636
| `bank_accounts` | object | Bank accounts are used at Stripe in two ways: as a payment method on Customer objects and as a transfer destination on Account objects for managed accounts. The accepted and required parameters are different for each context. For more information, see [Stripe's API docs](https://stripe.com/docs/api#bank_accounts) |
37-
| `bitcoin_receivers` | object | A Bitcoin receiver wraps a Bitcoin address so that a customer can push a payment to you. This guide describes how to use receivers to create Bitcoin payments. For more information, see [Stripe's API docs](https://stripe.com/docs/api#bitcoin_receivers) |
3837
| `cards` | object | You can store multiple cards on a customer in order to charge the customer later. You can also store multiple debit cards on a recipient or a managed account in order to transfer to those cards later. For more information, see [Stripe's API docs](https://stripe.com/docs/api#cards) |
3938
| `charges` | object | To charge a credit or a debit card, you create a charge object. You can retrieve and refund individual charges as well as list all charges. For more information, see [Stripe's API docs](https://stripe.com/docs/api#charges) |
4039
| `coupons` | object | A coupon contains information about a percent-off or amount-off discount you might want to apply to a customer. Coupons only apply to invoices; they do not apply to one-off charges. For more information, see [Stripe's API docs](https://stripe.com/docs/api#coupons) |
@@ -124,19 +123,19 @@ Below are tables outlining the properties included in the collections listed abo
124123

125124
### balance_transactions
126125

127-
| Property Name | Description |
128-
| ------------- | --------------------------------------------------------------------------------- |
129-
| `amount` | Gross amount of the transaction, in cents |
130-
| `currency` | Three-letter ISO currency code, in lowercase |
131-
| `description` | An arbitrary string attached to the object |
132-
| `fee` | Fees (in cents) paid for this transaction |
133-
| `metadata` | A set of key-value pairs that describe additional information about the object |
134-
| `net` | Net amount of the transaction, in cents |
135-
| `source` | The Stripe object to which this transaction is related |
136-
| `status` | If the transaction's net funds are available in the Stripe balance yet |
137-
| `type` | Transaction type |
138-
| `created` | Time at which the object was created |
139-
| `available` | The date the transactions's net funds will become available in the Stripe balance |
126+
| Property Name | Description |
127+
| ------------- | -------------------------------------------------------------------------------- |
128+
| `amount` | Gross amount of the transaction, in cents |
129+
| `currency` | Three-letter ISO currency code, in lowercase |
130+
| `description` | An arbitrary string attached to the object |
131+
| `fee` | Fees (in cents) paid for this transaction |
132+
| `metadata` | A set of key-value pairs that describe additional information about the object |
133+
| `net` | Net amount of the transaction, in cents |
134+
| `source` | The Stripe object to which this transaction is related |
135+
| `status` | If the transaction's net funds are available in the Stripe balance yet |
136+
| `type` | Transaction type |
137+
| `created` | Time at which the object was created |
138+
| `available` | The date the transaction's net funds will become available in the Stripe balance |
140139

141140
### balance_transaction_fee_details
142141

@@ -221,7 +220,7 @@ Below are tables outlining the properties included in the collections listed abo
221220
| `shipping_address_state` | State/County/Province/Region |
222221
| `shipping_carrier` | The delivery service that shipped the charged order |
223222
| `shipping_name` | The recipient's name |
224-
| `shipping_phone` | The recipient's phone numbe, including extension |
223+
| `shipping_phone` | The recipient's phone number, including extension |
225224
| `shipping_tracking_number` | The tracking number obtained from the specified carrier |
226225
| `statement_descriptor` | Extra information about a charge. This will appear on your customer's credit card statement |
227226
| `status` | The status of the payment |
@@ -357,7 +356,7 @@ Segment flattens Stripe's Delivery Estimate object.
357356
| `delivery_estimate_` | The estimated delivery date for a given shipping method. For example, `delivery_estimate_date`. |
358357
| `description` | An arbitrary string attached to the object |
359358
| `order_id` | The identifier of the order associated with the shipping method |
360-
| `shipping_id` | A unique identifer for a given shipping method |
359+
| `shipping_id` | A unique identifier for a given shipping method |
361360

362361
### payment_intents
363362

0 commit comments

Comments
 (0)