Transfer
Class: A Transfer object is created when you move funds between Stripe accounts as part of Connect.
Class: A Transfer object is created when you move funds between Stripe accounts as part of Connect.
Class: Stripe Connect platforms can reverse transfers made to a connected account, either entirely or partially, and can also specify whether to refund any related application fees. Transfer reversals add to the platform’s balance and subtract from the destination account’s balance.
Class: A SetupIntent guides you through the process of setting up and saving a customer’s payment credentials for future payments. For example, you could use a SetupIntent to set up and save your customer’s card without immediately collecting a payment. Later, you can use PaymentIntents to drive the payment flow.
Class: Sometimes you want to add a charge or credit to a customer, but actually charge or credit the customer’s card only at the end of a regular billing cycle. This is useful for combining several charges (to minimize per-transaction fees), or for having Stripe tabulate your usage-based billing totals.
Class: A dispute occurs when a customer questions your charge with their card issuer.
Class: Subscription items allow you to create customer subscriptions with more than one plan, making it easy to represent complex billing relationships.
Class: Class SourceTransaction.
Class: This is an object representing a person associated with a Stripe account.
Class: Class SingletonApiResource.
SingletonApiResource Read More »
Class: Tax codes classify goods and services for tax purposes.
Class: This is an object representing a Stripe account. You can retrieve it to see properties on the account like its current e-mail address or if the account is enabled yet to make live charges.
Class: Stores representations of stock keeping units.
Class: This is an object representing a file hosted on Stripe’s servers. The file may have been uploaded by yourself using the create file request (for example, when uploading dispute evidence) or it may have been created by Stripe (for example, the results of a Sigma scheduled query).
Class: Class RecipientTransfer.
Class: Account Links are the means by which a Connect platform grants a connected account permission to access Stripe-hosted applications, such as Connect Onboarding.
Class: No description found
Class: To top up your Stripe balance, you create a top-up object. You can retrieve individual top-ups, as well as list all top-ups. Top-ups are identified by a unique, random ID.