Stripe.BillingPortal.Session (stripity_stripe_fb v2.13.1) View Source
Work with Stripe Billing (aka Self-serve) Portal Session objects.
You can:
- Create a session
Stripe API reference: https://stripe.com/docs/api/customer_portal
Link to this section Summary
Link to this section Types
Specs
Specs
t() :: %Stripe.BillingPortal.Session{
created: Stripe.timestamp(),
customer: Stripe.id() | Stripe.Customer.t(),
id: Stripe.id(),
livemode: boolean(),
object: String.t(),
return_url: String.t(),
url: String.t()
}
Link to this section Functions
Specs
create(create_params(), Stripe.options()) :: {:ok, t()} | {:error, Stripe.Error.t()}