extripe v1.2.2 Extripe.Charge

See Stripe API reference for more information about Charge

Summary

Functions

capture(id)
capture(binary) :: {:ok, map} | {:error, binary}
create(params)
create(map) :: {:ok, map} | {:error, binary}
delete(id)
delete(binary) :: {:ok, map} | {:error, binary}
index()
index() :: {:ok, map} | {:error, binary}
index(opts)
index(map) :: {:ok, map} | {:error, binary}
show(id)
show(binary) :: {:ok, map} | {:error, binary}
update(params)
update(map) :: {:ok, map} | {:error, binary}
update(id, params)
update(binary, map) :: {:ok, map} | {:error, binary}