SourceService::create()
Method: Creates a new source object.
SourceService::create Read More »
Method: List events, going back up to 30 days. Each event data is rendered according to Stripe API version at its creation time, specified in event object api_version attribute (not according to your current Stripe API version or Stripe-Version header).
Method: Delete a specified source for a given customer.
SourceService::detach 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: A promotion code points to a coupon. You can optionally restrict the code to a specific customer, redemption limit, and expiration date.
PromotionCodeService::create Read More »
Method: Retrieves the list of your subscription schedules.
SubscriptionScheduleService::all Read More »
Method: Retrieves the promotion code with the given ID.
PromotionCodeService::retrieve Read More »
Method: Cancels a subscription schedule and its associated subscription immediately (if the subscription schedule has an active subscription). A subscription schedule can only be canceled if its status is not_started or active.
SubscriptionScheduleService::cancel Read More »
Method: Updates the specified promotion code by setting the values of the parameters passed. Most fields are, by design, not editable.
PromotionCodeService::update Read More »
Method: Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
SubscriptionScheduleService::create Read More »
Method: Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is not_started or active. If the subscription schedule is currently associated with a subscription, releasing it will remove its subscription property and set the subscription’s ID to the released_subscription property.
SubscriptionScheduleService::release Read More »
Method: By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled.
SubscriptionService::all Read More »
Method: Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
SubscriptionScheduleService::retrieve Read More »