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 cards.ex
Raw

lib/stripe/cards.ex

defmodule Stripe.Cards do
@resource Stripe.Card
@endpoint "v1/customers/:customer_id/cards/:id"
use Stripe.Resource
end