BalanceTransactionService
Class: No description found
BalanceTransactionService 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 »
Method: Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions.
SubscriptionService::create Read More »
Method: Approves a Review object, closing it and removing it from the list of reviews.
ReviewService::approve Read More »
Method: Removes the currently applied discount on a subscription.
SubscriptionService::deleteDiscount Read More »
Method: Retrieves the subscription with the given ID.
SubscriptionService::retrieve Read More »
Method: Create an apple pay domain.
ApplePayDomainService::create Read More »
Method: Delete an apple pay domain.
ApplePayDomainService::delete Read More »
Method: Retrieve an apple pay domain.
ApplePayDomainService::retrieve Read More »
Method: Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.
BalanceService::retrieve Read More »
Method: Returns a list of your promotion codes.
PromotionCodeService::all Read More »