Liking cljdoc? Tell your friends :D

stripe-clojure.webhook-endpoints


create-webhook-endpointclj

(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
sourceraw docstring

delete-webhook-endpointclj

(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
sourceraw docstring

list-webhook-endpointsclj

(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
sourceraw docstring

retrieve-webhook-endpointclj

(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
sourceraw docstring

stripe-webhook-endpoints-endpointclj

source

update-webhook-endpointclj

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close