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
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ Collections are the groupings of resources that Segment pulls from your source.
34
34
|`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)|
35
35
|`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)|
36
36
|`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)|
38
37
|`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)|
39
38
|`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)|
40
39
|`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
0 commit comments