stripe_mock v0.1.0 StripeMock.API
Link to this section Summary
Link to this section Functions
Link to this function
create_card(customer, attrs \\ %{})
Link to this function
create_charge(attrs \\ %{})
Link to this function
create_customer(attrs \\ %{})
Link to this function
create_customer_card_from_source(customer, source, metadata \\ %{})
See StripeMock.API.Operations.Card.create_customer_card_from_source/3
.
Link to this function
create_refund(attrs \\ %{})
Link to this function
create_token(attrs \\ %{})
Link to this function
delete_card(card)
Link to this function
delete_customer(customer)
Link to this function
get_card!(id)
Link to this function
get_charge(id)
Link to this function
get_customer(id)
Link to this function
get_customer!(id)
Link to this function
get_refund(id)
Link to this function
get_token(id)
Link to this function
list_cards(customer)
Link to this function
list_charges()
Link to this function
list_customers()
Link to this function
list_refunds()
Link to this function
update_card(card, attrs \\ %{})
Link to this function
update_charge(charge, attrs \\ %{})
Link to this function
update_customer(customer, attrs \\ %{})
Link to this function