(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
(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
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close