stripity_stripe v2.2.1 Stripe.EphemeralKey View Source
Work with Stripe EphemeralKey objects.
You can:
- Create a ephemeral key
Does not yet render lists or take options.
Does not have an official API docs endpoint, but is required for iOS and Android SDK functionality.
Explained in https://stripe.com/docs/mobile/ios/standard#prepare-your-api https://stripe.com/docs/mobile/android/customer-information#prepare-your-api
Stripe API reference: https://stripe.com/docs/api#customer
Link to this section Summary
Functions
Create an ephemeral key
Link to this section Types
Link to this section Functions
Link to this function
create(params, api_version, opts \\ [])
View Source
create(params, String.t(), Keyword.t()) :: {:ok, t()} | {:error, Stripe.api_error_struct()} when params: %{customer: Stripe.id()}
Create an ephemeral key.