# Customer

Customer service provides a set of APIs used for storing and managing shoppers' personal details and contact information in a single place. Each stored customer is represented by an `id` which can be attached to the request of other Verifone services, where customer details can be provided (e.g. Checkout or 3DS services).

**Field restrictions:**

Special characters permitted on all parameters: +\_-',. within the customer API parameters.

Permitted Special Characters:  / : ; ' - ! “ # $ % & ( ) \* < = >  ? @ \[ ] ^ \` { | } \~

Disallowed Special Characters: \\

**Customer requirements for 3DS payments:**

To place a 3DS transaction with a customer object, please review the parameter restrictions listed [here](https://docs.verifone.com/online-payments/checkout/accepting-payments/3d-secure-payments).

You can download the full API spec below:

{% file src="/files/PB4LBVX6FKyRDFZdxDY8" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/api-reference/open-api-references/customer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
