Liking cljdoc? Tell your friends :D

stripe-clojure.customers


create-balance-transactionclj

(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
sourceraw docstring

create-customerclj

(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
sourceraw docstring

create-sourceclj

(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
sourceraw docstring

create-tax-idclj

(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
sourceraw docstring

delete-customerclj

(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
sourceraw docstring

delete-discountclj

(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
sourceraw docstring

delete-sourceclj

(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
sourceraw docstring

delete-tax-idclj

(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
sourceraw docstring

list-balance-transactionsclj

(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
sourceraw docstring

list-cardsclj

(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
sourceraw docstring

list-cash-balance-transactionsclj

(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
sourceraw docstring

list-customersclj

(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
sourceraw docstring

list-payment-methodsclj

(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
sourceraw docstring

list-sourcesclj

(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
sourceraw docstring

list-tax-idsclj

(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
sourceraw docstring

retrieve-balance-transactionclj

(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
sourceraw docstring

retrieve-cardclj

(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
sourceraw docstring

retrieve-cash-balanceclj

(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
sourceraw docstring

retrieve-cash-balance-transactionclj

(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
sourceraw docstring

retrieve-customerclj

(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
sourceraw docstring

retrieve-payment-methodclj

(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
sourceraw docstring

retrieve-sourceclj

(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
sourceraw docstring

retrieve-tax-idclj

(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
sourceraw docstring

search-customersclj

(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
sourceraw docstring

stripe-customers-endpointclj

source

update-balance-transactionclj

(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
sourceraw docstring

update-cash-balanceclj

(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
sourceraw docstring

update-customerclj

(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
sourceraw docstring

update-sourceclj

(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
sourceraw docstring

verify-sourceclj

(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
sourceraw docstring

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

× close