stripe_mock
v0.1.0
Pages
Modules
StripeMock
Top
StripeMock.API
Top
Summary
Functions
create_card/2
create_charge/1
create_customer/1
create_customer_card_from_source/3
create_refund/1
create_token/1
delete_card/1
delete_customer/1
get_card!/1
get_charge/1
get_customer/1
get_customer!/1
get_refund/1
get_token/1
list_cards/1
list_charges/0
list_customers/0
list_refunds/0
update_card/2
update_charge/2
update_customer/2
update_refund/2
StripeMock.API.Card
Top
StripeMock.API.Charge
Top
StripeMock.API.Customer
Top
StripeMock.API.Operations.Card
Top
Summary
Functions
create_card/2
create_customer_card_from_source/3
delete_card/1
get_card!/1
list_cards/1
update_card/2
StripeMock.API.Operations.Charge
Top
Summary
Functions
create_charge/1
get_charge/1
list_charges/0
update_charge/2
StripeMock.API.Operations.Customer
Top
Summary
Functions
create_customer/1
delete_customer/1
get_customer/1
get_customer!/1
list_customers/0
update_customer/2
StripeMock.API.Operations.Refund
Top
Summary
Functions
create_refund/1
get_refund/1
list_refunds/0
update_refund/2
StripeMock.API.Operations.Token
Top
Summary
Functions
create_token/1
get_token/1
StripeMock.API.Refund
Top
StripeMock.API.Token
Top
StripeMock.Base52
Top
Summary
Functions
encode/1
StripeMock.Error
Top
Summary
Types
t/0
Functions
http_status/1
unauthorized/0
StripeMock.ID
Top
Summary
Functions
generate/0
StripeMock.Metadata
Top
Summary
Functions
cast/1
dump/1
load/1
type/0
StripeMock.Pagination
Top
Summary
Functions
paginate/2
StripeMock.Pagination.Page
Top
Summary
Types
t/0
StripeMock.Repo
Top
Summary
Functions
all/1
child_spec/1
delete/1
fetch/2
get/2
get!/2
insert/1
prefix/1
start_link/1
type/1
update/1
StripeMockWeb
Top
Summary
Functions
__using__/1
channel/0
controller/0
router/0
view/0
StripeMockWeb.CardView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.ChangesetView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
translate_errors/1
StripeMockWeb.ChargeController
Top
Summary
Functions
create/2
index/2
show/2
update/2
StripeMockWeb.ChargeView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.CustomerController
Top
Summary
Functions
create/2
delete/2
index/2
show/2
update/2
StripeMockWeb.CustomerView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.Endpoint
Top
Summary
Functions
broadcast/3
broadcast!/3
broadcast_from/4
broadcast_from!/4
call/2
child_spec/1
config/2
config_change/2
host/0
init/1
instrument/3
path/1
script_name/0
start_link/1
static_integrity/1
static_lookup/1
static_path/1
static_url/0
struct_url/0
subscribe/1
subscribe/3
unsubscribe/1
url/0
StripeMockWeb.ErrorHelpers
Top
Summary
Functions
translate_error/1
StripeMockWeb.ErrorView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.FallbackController
Top
StripeMockWeb.Gettext
Top
Summary
Functions
dgettext/3
dgettext_noop/2
dngettext/5
dngettext_noop/3
gettext/2
gettext_comment/1
gettext_noop/1
handle_missing_bindings/2
handle_missing_plural_translation/6
handle_missing_translation/4
lgettext/4
lngettext/6
ngettext/4
ngettext_noop/2
StripeMockWeb.Plug.Auth
Top
StripeMockWeb.Plug.ConvertParams
Top
Summary
Functions
call/2
init/1
StripeMockWeb.Plug.SetClientIP
Top
Summary
Functions
call/2
init/1
StripeMockWeb.RefundController
Top
Summary
Functions
create/2
index/2
show/2
update/2
StripeMockWeb.RefundView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.Router
Top
Summary
Functions
api/2
call/2
init/1
StripeMockWeb.Router.Helpers
Top
Summary
Functions
charge_path/2
charge_path/3
charge_path/4
charge_url/2
charge_url/3
charge_url/4
customer_path/2
customer_path/3
customer_path/4
customer_source_path/3
customer_source_path/4
customer_source_path/5
customer_source_url/3
customer_source_url/4
customer_source_url/5
customer_url/2
customer_url/3
customer_url/4
path/2
refund_path/2
refund_path/3
refund_path/4
refund_url/2
refund_url/3
refund_url/4
source_path/3
source_path/4
source_url/3
source_url/4
static_integrity/2
static_path/2
static_url/2
token_path/2
token_path/3
token_path/4
token_url/2
token_url/3
token_url/4
url/1
StripeMockWeb.SourceController
Top
Summary
Functions
create/2
delete/2
index/2
show/2
update/2
StripeMockWeb.SourceView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.TokenController
Top
Summary
Functions
create/2
show/2
StripeMockWeb.TokenView
Top
Summary
Functions
__phoenix_recompile__?/0
__resource__/0
__templates__/0
render/2
render_page/4
template_not_found/2
StripeMockWeb.ViewHelpers
Top
Summary
Functions
as_map/1
stripe_mock v0.1.0
StripeMockWeb.TokenController
Link to this section
Summary
Functions
create(conn, params)
show(conn, map)
Link to this section
Functions
Link to this function
create(conn, params)
Link to this function
show(conn, map)
Keyboard Shortcuts
×
c
Toggle sidebar
n
Toggle night mode
/
or
s
Focus search bar
?
Bring up this help dialog