S76 Stripe v0.1.6 Stripe.Token View Source
The Stripe Token object.
See https://stripe.com/docs/api/curl#tokens for further details.
Link to this section Summary
Functions
See https://stripe.com/docs/api/curl#create_card_token
Link to this section Types
Link to this type
t()
View Sourcet() :: %Stripe.Token{
bank_account: nil,
card: nil,
client_ip: nil | String.t(),
created: DateTime.t(),
id: nil | String.t(),
livemode: boolean(),
type: :bank_account | :card,
used: boolean()
}
Link to this section Functions
See https://stripe.com/docs/api/curl#create_card_token