Liking cljdoc? Tell your friends :D

stripe-clojure.payment-method-domains


create-payment-method-domainclj

(create-payment-method-domain stripe-client params)
(create-payment-method-domain stripe-client params opts)

Creates a payment method domain.

Stripe API docs: https://stripe.com/docs/api/payment_method_domains/create

Creates a payment method domain.
   
Stripe API docs: https://stripe.com/docs/api/payment_method_domains/create
sourceraw docstring

list-payment-method-domainsclj

(list-payment-method-domains stripe-client)
(list-payment-method-domains stripe-client params)
(list-payment-method-domains stripe-client params opts)

Lists all payment method domains.

Stripe API docs: https://stripe.com/docs/api/payment_method_domains/list

Lists all payment method domains.
   
Stripe API docs: https://stripe.com/docs/api/payment_method_domains/list
sourceraw docstring

retrieve-payment-method-domainclj

(retrieve-payment-method-domain stripe-client domain-id)
(retrieve-payment-method-domain stripe-client domain-id opts)

Retrieves a payment method domain.

Stripe API docs: https://stripe.com/docs/api/payment_method_domains/retrieve

Retrieves a payment method domain.
   
Stripe API docs: https://stripe.com/docs/api/payment_method_domains/retrieve
sourceraw docstring

stripe-payment-method-domains-endpointclj

source

update-payment-method-domainclj

(update-payment-method-domain stripe-client domain-id params)
(update-payment-method-domain stripe-client domain-id params opts)

Updates a payment method domain.

Stripe API docs: https://stripe.com/docs/api/payment_method_domains/update

Updates a payment method domain.
   
Stripe API docs: https://stripe.com/docs/api/payment_method_domains/update
sourceraw docstring

validate-payment-method-domainclj

(validate-payment-method-domain stripe-client domain-id)
(validate-payment-method-domain stripe-client domain-id opts)

Validates a payment method domain.

Stripe API docs: https://stripe.com/docs/api/payment_method_domains/validate

Validates a payment method domain.
   
Stripe API docs: https://stripe.com/docs/api/payment_method_domains/validate
sourceraw docstring

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

× close