WebhookEndpointService::update( string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Updates the webhook endpoint. You may edit the url, the list of enabled_events, and the status of your endpoint.


Description Description


Parameters Parameters

$id

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeWebhookEndpoint)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/WebhookEndpointService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.