---
title: "Submit a country activation request for a customer"
method: POST
path: "/open-api/v3/scan2pay/customer/active"
tags: ["Customer"]
---

# Submit a country activation request for a customer

`POST /open-api/v3/scan2pay/customer/active`

Submits a request to enable Scan-to-Pay for the specified customer
in the specified transaction country. The response returns the
activation status for that transaction country, which may be
PROCESSING, ACTIVATED, or REJECTED.

## Request body

- ActiveReqDTO
  - `transactionCountry` string, required — Transaction country code to activate (ISO 3166-1 alpha-2)
  - `customerId` string, required — Numeric string representing a 64-bit Interlace customer identifier

## Response `200`

Successful operation

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/interlace/apis/core-resource.md) · [All operations](https://skmtc.dev/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
