Liking cljdoc? Tell your friends :D

stripe-clojure.treasury.outbound-payments


cancel-outbound-paymentclj

(cancel-outbound-payment stripe-client outbound-payment-id)
(cancel-outbound-payment stripe-client outbound-payment-id opts)

Cancels a treasury outbound payment.

Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/cancel

Cancels a treasury outbound payment.
   
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/cancel
sourceraw docstring

create-outbound-paymentclj

(create-outbound-payment stripe-client params)
(create-outbound-payment stripe-client params opts)

Creates a new treasury outbound payment.

Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/create

Creates a new treasury outbound payment.
   
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/create
sourceraw docstring

list-outbound-paymentsclj

(list-outbound-payments stripe-client params)
(list-outbound-payments stripe-client params opts)

Lists all treasury outbound payments.

Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/list

Lists all treasury outbound payments.
   
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/list
sourceraw docstring

retrieve-outbound-paymentclj

(retrieve-outbound-payment stripe-client outbound-payment-id)
(retrieve-outbound-payment stripe-client outbound-payment-id opts)

Retrieves a treasury outbound payment.

Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/retrieve

Retrieves a treasury outbound payment.
   
Stripe API docs: https://stripe.com/docs/api/treasury/outbound_payments/retrieve
sourceraw docstring

stripe-treasury-outbound-payments-endpointclj

source

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

× close