---
title: "Create Customer by Country"
method: POST
path: "/customers/create"
tags: ["CUSTOMER"]
---

# Create Customer by Country

`POST /customers/create`

Creates an individual or business customer for a supported country. businessId is intentionally hidden from the client-facing docs.

## Headers

- `api-key` string
- `api-secret` string

## Request body

- CustomerCountryDto
  - `email` string, required
  - `phoneNumber` string
  - `type` 'BUSINESS' | 'INDIVIDUAL', required — Description of the Type Customer
  - `country` 'MX' | 'AR' | 'BR' | 'CO' | 'DO' | 'US' | 'BO' | 'CL' | 'PE' | 'PY', required

## Response `201`

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/versions/6fdfb13fd2b1/schema)
