> ## Documentation Index
> Fetch the complete documentation index at: https://docs.y.uno/llms.txt
> Use this file to discover all available pages before exploring further.

# The Customer Session Object

## Attributes

This object represents a customer session that can be created in order to enroll a customer's payment methods.

<ParamField body="customer_session" type="string">
  The customer session that has been created for the enrollment (MAX 64; MIN 36).

  Example: fe50d39a-5a1c-11ed-9b6a-0242ac120002
</ParamField>

<ParamField body="customer_id" type="string">
  The unique identifier of the customer (MAX 64; MIN 36).

  Example: 3956053c-5a1d-11ed-9b6a-0242ac120002
</ParamField>

<ParamField body="country" type="enum">
  The customer's country (MAX 2; MIN 2; <a href="https://en.wikipedia.org/wiki/ISO_3166-1">ISO 3166-1</a> ).

  Possible enum values: Check the  <a href="/reference/country-reference">Country reference</a>.
</ParamField>

<ParamField body="callback_url" type="string">
  The URL to redirect your customer after the enrollment is made in the provider´s environment (MAX 526; MIN 3).

  Example: [www.your-url.com](http://www.your-url.com)
</ParamField>

<ParamField body="created_at" type="timestamp">
  Customer Session creation date and time (MAX 27; MIN 27; <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> ).

  Example: 2022-05-09T20:46:54.786342Z
</ParamField>
