(create-balance-transaction stripe-client customer-id params)
(create-balance-transaction stripe-client customer-id params opts)
Creates a balance transaction for a customer.
Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/create
Creates a balance transaction for a customer. Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/create
(create-customer stripe-client params)
(create-customer stripe-client params opts)
Creates a new customer.
Stripe API docs: https://stripe.com/docs/api/customers/create
Creates a new customer. Stripe API docs: https://stripe.com/docs/api/customers/create
(create-source stripe-client customer-id params)
(create-source stripe-client customer-id params opts)
Creates a new source for a customer.
Stripe API docs: https://stripe.com/docs/api/sources/create
Creates a new source for a customer. Stripe API docs: https://stripe.com/docs/api/sources/create
(create-tax-id stripe-client customer-id params)
(create-tax-id stripe-client customer-id params opts)
Creates a tax ID for a customer.
Stripe API docs: https://stripe.com/docs/api/customers/create_tax_id
Creates a tax ID for a customer. Stripe API docs: https://stripe.com/docs/api/customers/create_tax_id
(delete-customer stripe-client customer-id)
(delete-customer stripe-client customer-id opts)
Deletes a customer by ID.
Stripe API docs: https://stripe.com/docs/api/customers/delete
Deletes a customer by ID. Stripe API docs: https://stripe.com/docs/api/customers/delete
(delete-discount stripe-client customer-id)
(delete-discount stripe-client customer-id opts)
Deletes a customer's discount.
Stripe API docs: https://stripe.com/docs/api/customers/delete_discount
Deletes a customer's discount. Stripe API docs: https://stripe.com/docs/api/customers/delete_discount
(delete-source stripe-client customer-id source-id)
(delete-source stripe-client customer-id source-id opts)
Deletes (detaches) a source from a customer.
Stripe API docs: https://docs.stripe.com/api/sources/detach
Deletes (detaches) a source from a customer. Stripe API docs: https://docs.stripe.com/api/sources/detach
(delete-tax-id stripe-client customer-id tax-id)
(delete-tax-id stripe-client customer-id tax-id opts)
Deletes a customer's tax ID.
Stripe API docs: https://stripe.com/docs/api/customers/delete_tax_id
Deletes a customer's tax ID. Stripe API docs: https://stripe.com/docs/api/customers/delete_tax_id
(list-balance-transactions stripe-client customer-id)
(list-balance-transactions stripe-client customer-id params)
(list-balance-transactions stripe-client customer-id params opts)
Lists all balance transactions for a customer.
Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/list
Lists all balance transactions for a customer. Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/list
(list-cards stripe-client customer-id)
(list-cards stripe-client customer-id params)
(list-cards stripe-client customer-id params opts)
Lists all cards attached to a customer.
Stripe API docs: https://stripe.com/docs/api/cards/list
Lists all cards attached to a customer. Stripe API docs: https://stripe.com/docs/api/cards/list
(list-cash-balance-transactions stripe-client customer-id)
(list-cash-balance-transactions stripe-client customer-id params)
(list-cash-balance-transactions stripe-client customer-id params opts)
Returns a list of transactions that modified the customer's cash balance.
Stripe API docs: https://stripe.com/docs/api/customers/cash_balance_transactions/list
Returns a list of transactions that modified the customer's cash balance. Stripe API docs: https://stripe.com/docs/api/customers/cash_balance_transactions/list
(list-customers stripe-client)
(list-customers stripe-client params)
(list-customers stripe-client params opts)
Lists all customers.
Stripe API docs: https://stripe.com/docs/api/customers/list
Lists all customers. Stripe API docs: https://stripe.com/docs/api/customers/list
(list-payment-methods stripe-client customer-id)
(list-payment-methods stripe-client customer-id params)
(list-payment-methods stripe-client customer-id params opts)
Lists a customer's payment methods of a specific type.
Stripe API docs: https://stripe.com/docs/api/payment_methods/customer_list
Lists a customer's payment methods of a specific type. Stripe API docs: https://stripe.com/docs/api/payment_methods/customer_list
(list-sources stripe-client customer-id)
(list-sources stripe-client customer-id params)
(list-sources stripe-client customer-id params opts)
Lists all sources for a customer.
Stripe API docs: https://stripe.com/docs/api/sources/list
Lists all sources for a customer. Stripe API docs: https://stripe.com/docs/api/sources/list
(list-tax-ids stripe-client customer-id)
(list-tax-ids stripe-client customer-id params)
(list-tax-ids stripe-client customer-id params opts)
Lists all tax IDs for a customer.
Stripe API docs: https://stripe.com/docs/api/customer_tax_ids/list
Lists all tax IDs for a customer. Stripe API docs: https://stripe.com/docs/api/customer_tax_ids/list
(retrieve-balance-transaction stripe-client customer-id transaction-id)
(retrieve-balance-transaction stripe-client customer-id transaction-id opts)
Retrieves a customer balance transaction.
Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/retrieve
Retrieves a customer balance transaction. Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/retrieve
(retrieve-card stripe-client customer-id card-id)
(retrieve-card stripe-client customer-id card-id opts)
Retrieves a customer's card.
Stripe API docs: https://stripe.com/docs/api/cards/retrieve
Retrieves a customer's card. Stripe API docs: https://stripe.com/docs/api/cards/retrieve
(retrieve-cash-balance stripe-client customer-id)
(retrieve-cash-balance stripe-client customer-id opts)
Retrieves a customer's cash balance.
Stripe API docs: https://stripe.com/docs/api/customers/cash_balance
Retrieves a customer's cash balance. Stripe API docs: https://stripe.com/docs/api/customers/cash_balance
(retrieve-cash-balance-transaction stripe-client customer-id transaction-id)
(retrieve-cash-balance-transaction stripe-client
customer-id
transaction-id
opts)
Retrieves a specific cash balance transaction.
Stripe API docs: https://stripe.com/docs/api/customers/cash_balance_transactions/retrieve
Retrieves a specific cash balance transaction. Stripe API docs: https://stripe.com/docs/api/customers/cash_balance_transactions/retrieve
(retrieve-customer stripe-client customer-id)
(retrieve-customer stripe-client customer-id opts)
Retrieves a customer by ID.
Stripe API docs: https://stripe.com/docs/api/customers/retrieve
Retrieves a customer by ID. Stripe API docs: https://stripe.com/docs/api/customers/retrieve
(retrieve-payment-method stripe-client customer-id payment-method-id)
(retrieve-payment-method stripe-client customer-id payment-method-id opts)
Retrieves a customer's payment method.
Stripe API docs: https://stripe.com/docs/api/customers/retrieve_payment_method
Retrieves a customer's payment method. Stripe API docs: https://stripe.com/docs/api/customers/retrieve_payment_method
(retrieve-source stripe-client customer-id source-id)
(retrieve-source stripe-client customer-id source-id opts)
Retrieves a customer's source.
Stripe API docs: https://stripe.com/docs/api/customers/retrieve_source
Retrieves a customer's source. Stripe API docs: https://stripe.com/docs/api/customers/retrieve_source
(retrieve-tax-id stripe-client customer-id tax-id)
(retrieve-tax-id stripe-client customer-id tax-id opts)
Retrieves a customer's tax ID.
Stripe API docs: https://stripe.com/docs/api/customers/retrieve_tax_id
Retrieves a customer's tax ID. Stripe API docs: https://stripe.com/docs/api/customers/retrieve_tax_id
(search-customers stripe-client query)
(search-customers stripe-client params opts)
Searches for customers.
Stripe API docs: https://stripe.com/docs/api/customers/search
Searches for customers. Stripe API docs: https://stripe.com/docs/api/customers/search
(update-balance-transaction stripe-client customer-id transaction-id params)
(update-balance-transaction stripe-client
customer-id
transaction-id
params
opts)
Updates a customer balance transaction.
Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/update
Updates a customer balance transaction. Stripe API docs: https://stripe.com/docs/api/customer_balance_transactions/update
(update-cash-balance stripe-client customer-id params)
(update-cash-balance stripe-client customer-id params opts)
Changes the settings on a customer’s cash balance.
Stripe API docs: https://stripe.com/docs/api/cash_balance/update
Changes the settings on a customer’s cash balance. Stripe API docs: https://stripe.com/docs/api/cash_balance/update
(update-customer stripe-client customer-id params)
(update-customer stripe-client customer-id params opts)
Updates a customer by ID.
Stripe API docs: https://stripe.com/docs/api/customers/update
Updates a customer by ID. Stripe API docs: https://stripe.com/docs/api/customers/update
(update-source stripe-client customer-id source-id params)
(update-source stripe-client customer-id source-id params opts)
Updates an existing source for a customer.
Stripe API docs: https://stripe.com/docs/api/sources/update
Updates an existing source for a customer. Stripe API docs: https://stripe.com/docs/api/sources/update
(verify-source stripe-client customer-id bank-account-id params)
(verify-source stripe-client customer-id bank-account-id params opts)
Verifies a customer's bank account using the provided amounts.
Stripe API docs: https://stripe.com/docs/api/customer_bank_accounts/verify
Verifies a customer's bank account using the provided amounts. Stripe API docs: https://stripe.com/docs/api/customer_bank_accounts/verify
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close