Skip to content

Commit

Permalink
Merge 436b8ad into df4b54b
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsbty committed Jan 17, 2019
2 parents df4b54b + 436b8ad commit 1776816
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/stripe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ defmodule Stripe do
config :stripity_stripe, api_key: System.get_env("STRIPE_API_KEY")
### Shared Options
Almost all of the requests that can be sent accept the following options:
* `:api_key` - The Stripe API key to use for the request. See
[https://stripe.com/docs/api/authentication](https://stripe.com/docs/api/authentication)
* `:connect_account` - A Stripe Connect account ID which should originate
the specified action using the "Stripe-Account" header. The preferred
authentication method for Stripe Connect. See
[https://stripe.com/docs/connect/authentication#stripe-account-header](https://stripe.com/docs/connect/authentication#stripe-account-header)
* `:expand` - Takes a list of fields that should be expanded in the response
from Stripe. See [https://stripe.com/docs/api/expanding_objects](https://stripe.com/docs/api/expanding_objects)
### HTTP Connection Pool
Stripity Stripe is set up to use an HTTP connection pool by default. This
Expand Down

0 comments on commit 1776816

Please sign in to comment.