SetupAttemptService
Class: No description found
SetupAttemptService Read More »
Method: Returns a list of SetupAttempts associated with a provided SetupIntent.
SetupAttemptService::all Read More »
Method: Creates a single-use token that represents a bank account’s details. This token can be used with any API method in place of a bank account dictionary. This token can be used only once, by attaching it to a Custom account.
TokenService::create Read More »
Method: Retrieves the token with the given ID.
TokenService::retrieve Read More »
Method: Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.
EventService::retrieve Read More »
Method: Retrieves an existing source object. Supply the unique source ID from a source creation request and Stripe will return the corresponding up-to-date source object information.
SourceService::retrieve Read More »
Method: Updates the specified source by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
SourceService::update Read More »
Method: Returns a list of the files that your account has access to. The files are returned sorted by creation date, with the most recently created files appearing first.
Method: Retrieves the details of an existing file object. Supply the unique file ID from a file, and Stripe will return the corresponding file object. To access file contents, see the File Upload Guide.
FileService::retrieve Read More »
Method: Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
BalanceTransactionService::all Read More »
Method: Retrieves the balance transaction with the given ID.
BalanceTransactionService::retrieve Read More »
Method: Cancels a customer’s subscription immediately. The customer will not be charged again for the subscription.
SubscriptionService::cancel Read More »
Method: Returns a list of Review objects that have open set to true. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
ReviewService::all Read More »