QuoteService::accept()
Method: Accepts the specified quote.
QuoteService::accept Read More »
Method: When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.
QuoteService::allComputedUpfrontLineItems Read More »
Method: When retrieving a quote, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
QuoteService::allLineItems Read More »
Method: You can also delete webhook endpoints via the webhook endpoint management page of the Stripe dashboard.
WebhookEndpointService::delete Read More »
Method: Marks a credit note as void. Learn more about voiding credit notes.
CreditNoteService::voidCreditNote Read More »
Method: Retrieves the webhook endpoint with the given ID.
WebhookEndpointService::retrieve Read More »
Method: Updates the webhook endpoint. You may edit the url, the list of enabled_events, and the status of your endpoint.
WebhookEndpointService::update Read More »
Method: Returns a list of your shipping rates.
ShippingRateService::all 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: 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.
CreditNoteService::allLines Read More »
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:.
CreditNoteService::create Read More »