View Source Chargebeex.PortalSession (chargebeex v0.4.0)
Summary
Functions
When an user is sent back to your return URL with session details, you should validate that information by calling this API.
Callback implementation for Chargebeex.Resource.create/2
.
Logs out the portal session. This should be called when customers logout of your application.
Callback implementation for Chargebeex.Resource.retrieve/2
.
Types
@type t() :: %Chargebeex.PortalSession{ access_url: String.t() | nil, created_at: non_neg_integer() | nil, customer_id: String.t() | nil, expires_at: non_neg_integer() | nil, id: String.t() | nil, linked_customers: list() | nil, object: String.t() | nil, redirect_url: String.t() | nil, resources: map(), status: String.t() | nil, token: String.t() | nil }
Functions
When an user is sent back to your return URL with session details, you should validate that information by calling this API.
Callback implementation for Chargebeex.Resource.create/2
.
Logs out the portal session. This should be called when customers logout of your application.
Callback implementation for Chargebeex.Resource.retrieve/2
.