Customer Sessions
Sessions
Customer Sessions
Create secure, short-lived sessions for your customers.
POST
Customer Sessions
Customer sessions allow you to create a temporary, authenticated context for a customer. This is commonly used to let customers manage their own payment methods or view their billing history in your application without exposing your Secret Keys.Documentation Index
Fetch the complete documentation index at: https://docs.pavewaygroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Include your Secret Key in theAuthorization header as a Bearer token.
Request Body
The email address of the customer to create a session for.
Response
Returns asession_token which can be used in client-side requests for a limited time (default 30 minutes).

