Packages

Wrapper around Stripe's API. Full documentation can be found at https://stripe.com/docs/api

Current section

Files

Jump to
stripe lib stripe accounts.ex
Raw

lib/stripe/accounts.ex

defmodule Stripe.Accounts do
@endpoint "v1/accounts/:id"
@resource Stripe.Account
use Stripe.Resource
end