(create-webhook-endpoint stripe-client params)
(create-webhook-endpoint stripe-client params opts)
Creates a new webhook endpoint.
Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/create
Creates a new webhook endpoint. Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/create
(delete-webhook-endpoint stripe-client webhook-endpoint-id)
(delete-webhook-endpoint stripe-client webhook-endpoint-id opts)
Deletes a webhook endpoint.
Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/delete
Deletes a webhook endpoint. Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/delete
(list-webhook-endpoints stripe-client)
(list-webhook-endpoints stripe-client params)
(list-webhook-endpoints stripe-client params opts)
Lists all webhook endpoints.
Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/list
Lists all webhook endpoints. Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/list
(retrieve-webhook-endpoint stripe-client webhook-endpoint-id)
(retrieve-webhook-endpoint stripe-client webhook-endpoint-id opts)
Retrieves the webhook endpoint with the given ID.
Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/retrieve
Retrieves the webhook endpoint with the given ID. Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/retrieve
(update-webhook-endpoint stripe-client webhook-endpoint-id params)
(update-webhook-endpoint stripe-client webhook-endpoint-id params opts)
Updates the webhook endpoint.
Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/update
Updates the webhook endpoint. Stripe API docs: https://stripe.com/docs/api/webhook_endpoints/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close