QuoteService::update()
Method: A quote models prices and services for a customer.
QuoteService::update Read More »
Method: A quote models prices and services for a customer.
QuoteService::update Read More »
Method: Updates an existing shipping rate object.
ShippingRateService::update Read More »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all 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 »
Method: Get a preview of a credit note without creating it.
CreditNoteService::preview 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 »