Tiger (tiger v0.3.0)

Link to this section Summary

Functions

Builds headers Keyword list for Stripe Connect requests

Build options for making a scoped request with optional query parameters

Link to this section Functions

Link to this function

account_header(account_id)

Builds headers Keyword list for Stripe Connect requests

Link to this function

connect_options(account_id, query \\ [])

Build options for making a scoped request with optional query parameters

iex> Tiger.connect_options("abc123", type: "payment", limit: 3) [headers: [{"stripe-account", "abc123"}], query: [type: "payment", limit: 3]]

Link to this function

headers(key, value)