stripe v0.4.1 Stripe.Customer

Summary

Functions

create(form)

Create a(n) Customer

create_bank_account(customer_id, bank_acct_id)
create_card(customer_id, card_id)
create_source(customer_id, list)
delete(id)

Delete a(n) Customer

delete_bank_account(customer_id, bank_acct_id)
delete_card(customer_id, card_id)
delete_discount(customer_id)
delete_source(customer_id, list)
endpoint()
list(pagination_opts \\ [])

List all Customers

retrieve(id)

Retrive a(n) Customer by its ID

retrieve_source(customer_id, source_id)
update(id, updates)

Update a(n) Customer

update_bank_account(customer_id, bank_acct_id, updates)
update_card(customer_id, card_id, updates)
update_source(customer_id, source_id, updates)