(capture-charge stripe-client charge-id)(capture-charge stripe-client charge-id params)(capture-charge stripe-client charge-id params opts)Captures the payment of an existing, uncaptured charge.
Stripe API docs: https://stripe.com/docs/api/charges/capture
Captures the payment of an existing, uncaptured charge. Stripe API docs: https://stripe.com/docs/api/charges/capture
(create-charge stripe-client params)(create-charge stripe-client params opts)Creates a new charge object.
Stripe API docs: https://stripe.com/docs/api/charges/create
Creates a new charge object. Stripe API docs: https://stripe.com/docs/api/charges/create
(list-charges stripe-client)(list-charges stripe-client params)(list-charges stripe-client params opts)Returns a list of charges you've previously created.
Stripe API docs: https://stripe.com/docs/api/charges/list
Returns a list of charges you've previously created. Stripe API docs: https://stripe.com/docs/api/charges/list
(retrieve-charge stripe-client charge-id)(retrieve-charge stripe-client charge-id opts)Retrieves the details of a charge that has previously been created.
Stripe API docs: https://stripe.com/docs/api/charges/retrieve
Retrieves the details of a charge that has previously been created. Stripe API docs: https://stripe.com/docs/api/charges/retrieve
(search-charges stripe-client params)(search-charges stripe-client params opts)Search for charges you've previously created using Stripe's Search Query Language.
Stripe API docs: https://stripe.com/docs/api/charges/search
Search for charges you've previously created using Stripe's Search Query Language. Stripe API docs: https://stripe.com/docs/api/charges/search
(update-charge stripe-client charge-id params)(update-charge stripe-client charge-id params opts)Updates the specified charge by setting the values of the parameters passed.
Stripe API docs: https://stripe.com/docs/api/charges/update
Updates the specified charge by setting the values of the parameters passed. Stripe API docs: https://stripe.com/docs/api/charges/update
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |