---
title: "Send an email verification code to a customer"
method: POST
path: "/customers/{customerId}/verify-email"
tags: ["Contact Verification"]
---

# Send an email verification code to a customer

`POST /customers/{customerId}/verify-email`

Send (or resend) a one-time code to the customer's email address to begin
email verification.

This endpoint is only meaningful for customers whose payment provider
requires contact verification (e.g. EU customers); the customer's
`contactVerification.email` status reflects progress. For customers whose
provider has no such requirement, this returns `409`.

Call `POST /customers/{customerId}/verify-email/confirm` with the received
code to complete verification. Re-POST this endpoint to resend the code.

In sandbox, no email is sent and the code is always `123456`.

## Response `204`

Verification code sent.

## Other responses

- `401` — Unauthorized
- `404` — Customer not found
- `409` — The customer's payment provider does not require contact verification, or the email is already verified.
- `500` — Internal service error

## Changes

- **2026-08-11** `b06902b6595a` — 3 warning
  - added the new `CARD_ALREADY_CLOSED` enum value to the `code` response property for the response status `409`
  - added the new `CARD_NOT_MUTABLE` enum value to the `code` response property for the response status `409`
  - added the new `INVALID_STATE_TRANSITION` enum value to the `code` response property for the response status `409`
- **2026-07-31** `b21ed434ee6e` — 2 warning
  - added the new `BENEFICIARY_TRUSTED` enum value to the `code` response property for the response status `409`
  - added the new `SCA_SESSION_REQUIRED` enum value to the `code` response property for the response status `409`
- **2026-07-26** `094458a989d2` — 1 warning
  - added the new `TRANSACTION_NOT_CANCELLABLE` enum value to the `code` response property for the response status `409`
- **2026-07-21** `483d0a08414b` — 1 warning
  - added the new `PASSKEY_ALREADY_ENROLLED` enum value to the `code` response property for the response status `409`

[Change history](https://skmtc.dev/stainless-api/apis/grid-api/changes/customers/:customerId/verify-email/post.md)

---

[API](https://skmtc.dev/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.dev/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stainless-api/grid-api/revisions/2ec84c06fbec/schema)
