CreditNoteService::preview()
Method: Get a preview of a credit note without creating it.
Method: Issue a credit note to adjust the amount of a finalized invoice. For a status=open invoice, a credit note reduces its amount_due. For a status=paid invoice, a credit note does not affect its amount_due. Instead, it can result in any combination of the following:.
Method: When retrieving a credit note, you’ll get a lines property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
Method: Retrieves the token with the given ID.
TokenService::retrieve 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: Returns a list of SetupAttempts associated with a provided SetupIntent.
Method: Updates the webhook endpoint. You may edit the url, the list of enabled_events, and the status of your endpoint.
Method: You can also delete webhook endpoints via the webhook endpoint management page of the Stripe dashboard.
Method: A webhook endpoint must have a url and a list of enabled_events. You may optionally specify the Boolean connect parameter. If set to true, then a Connect webhook endpoint that notifies the specified url about events from all connected accounts is created; otherwise an account webhook endpoint that notifies the specified url only about events from your account is created. You can also create webhook endpoints in the webhooks settings section of the Dashboard.
Method: Verify a given source.
SourceService::verify 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: 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: Delete a specified source for a given customer.
SourceService::detach Read More »
Method: Creates a new source object.
SourceService::create Read More »
Method: No description found
SourceService::allTransactions Read More »
Method: Retrieves a Review object.
ReviewService::retrieve Read More »
Method: Approves a Review object, closing it and removing it from the list of reviews.
ReviewService::approve Read More »