> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/api-reference/open-api-references/customer.md).

# Customer

The **Customer API** stores and manages shopper personal, billing, and shipping details in a single place. Each customer record is identified by a UUID that can be passed to other Verifone services — including Checkout, eCom, and 3D Secure — wherever customer data is required.

{% hint style="info" %}
A customer record is not always required to process a payment. However, providing one unlocks fraud scoring, APM support (PayPal, Klarna, and others), 3DS authentication, and richer reporting in [Verifone Central](https://docs.verifone.com/verifone-central-getting-started/verifone-central/commerce/reporting/orders-transactions-reports).
{% endhint %}

## Environments

<table><thead><tr><th width="221.77783203125">Environment</th><th>Base URL</th></tr></thead><tbody><tr><td>EMEA Production</td><td><code>https://emea.gsc.verifone.cloud/oidc/customer-service</code></td></tr><tr><td>Americas Production</td><td><code>https://us.gsc.verifone.cloud/oidc/customer-service</code></td></tr><tr><td>New Zealand Production</td><td><code>https://nz.gsc.verifone.cloud/oidc/customer-service</code></td></tr><tr><td>Global Sandbox</td><td><code>https://cst.test-gsc.vfims.com/oidc/customer-service</code></td></tr><tr><td>US Sandbox</td><td><code>https://uscst-gb.gsc.vficloud.net/oidc/customer-service</code></td></tr></tbody></table>

## Authentication

All endpoints support both Bearer (JWT) and Basic Auth. See your Verifone onboarding documentation for credential details.

## API Reference

<table data-view="cards"><thead><tr><th>Name</th><th>Description</th><th data-hidden data-card-target data-type="content-ref">Page</th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-type="image">Cover image (dark)</th><th data-hidden data-type="image">Cover image (dark)</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><strong>List &#x26; Create Customers</strong></td><td>Search for existing customers using RSQL filters, or create a new customer record.</td><td><a href="/spaces/OiXbo96Og9EN7rz2U44K/pages/61c90aa93ea15847b05542100ad18ef0232d742b">/spaces/OiXbo96Og9EN7rz2U44K/pages/61c90aa93ea15847b05542100ad18ef0232d742b</a></td><td data-object-fit="fill"><a href="/files/kDcgQ9NROb8Jk1sInSep">/files/kDcgQ9NROb8Jk1sInSep</a></td><td><a href="/files/7ucf4RgD6sqjqXKzXXVI">/files/7ucf4RgD6sqjqXKzXXVI</a></td><td><a href="/files/7ucf4RgD6sqjqXKzXXVI">/files/7ucf4RgD6sqjqXKzXXVI</a></td><td data-object-fit="fill"><a href="/files/7ucf4RgD6sqjqXKzXXVI">/files/7ucf4RgD6sqjqXKzXXVI</a></td></tr><tr><td><strong>Get, Update &#x26; Delete Customers</strong></td><td>Retrieve a customer by UUID, update their details, or permanently delete a record.</td><td><a href="/spaces/OiXbo96Og9EN7rz2U44K/pages/5e7d9b3f6f7950fbcfceda70d00c162d303a02ac">/spaces/OiXbo96Og9EN7rz2U44K/pages/5e7d9b3f6f7950fbcfceda70d00c162d303a02ac</a></td><td data-object-fit="fill"><a href="/files/RViBZD5PlY2xo79tWDF0">/files/RViBZD5PlY2xo79tWDF0</a></td><td><a href="/files/lev7vYEiWSb1uION7XII">/files/lev7vYEiWSb1uION7XII</a></td><td><a href="/files/lev7vYEiWSb1uION7XII">/files/lev7vYEiWSb1uION7XII</a></td><td data-object-fit="fill"><a href="/files/lev7vYEiWSb1uION7XII">/files/lev7vYEiWSb1uION7XII</a></td></tr><tr><td><strong>FAQs</strong></td><td>Common questions about when and why to use customer records.</td><td><a href="/spaces/OiXbo96Og9EN7rz2U44K/pages/283faacf2f07d831ca31f65026d573c01701a817">/spaces/OiXbo96Og9EN7rz2U44K/pages/283faacf2f07d831ca31f65026d573c01701a817</a></td><td data-object-fit="fill"><a href="/files/7dPOPDUE3PZytX8SvGId">/files/7dPOPDUE3PZytX8SvGId</a></td><td></td><td></td><td data-object-fit="fill"><a href="/files/SrAieULTi9h8ZKXY38Bx">/files/SrAieULTi9h8ZKXY38Bx</a></td></tr></tbody></table>

## Quick Start

{% stepper %}
{% step %}

### Create a customer record

Send a `POST /v2/customer` request with the shopper's billing details and your `entity_id`.
{% endstep %}

{% step %}

### Store the customer UUID

The response returns an `id` field containing the customer UUID. Persist this value — you will pass it to Checkout, eCom, or 3DS when processing payments for this shopper.
{% endstep %}

{% step %}

### Use the UUID in downstream services

Pass the customer UUID to the Checkout or eCom API request body wherever customer data is accepted. For 3DS flows, ensure billing address fields are populated on the record.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
