QuoteService::accept()
Method: Accepts the specified quote.
QuoteService::accept Read More »
Method: When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items. This URL you can retrieve the full (paginated) list of line items.
CreditNoteService::previewLines Read More »
Method: Returns a list of your webhook endpoints.
WebhookEndpointService::all Read More »
Method: Retrieves the credit note object with the given identifier.
CreditNoteService::retrieve Read More »
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.
WebhookEndpointService::create Read More »
Method: Updates an existing credit note.
CreditNoteService::update 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 »