---
title: "Create credit customer"
method: POST
path: "/customer"
tags: ["Customers"]
---

# Create credit customer

`POST /customer`

Creates a new credit card customer record in Banking.Live and PayCredit

## Headers

- `client-id` integer, required
- `unique-request-id` string

## Request body

- object
  - `cu_ref` string — Optional client provided reference
  - `cu_fname` string, required — Customer first name
  - `cu_sname` string, required — Customer last name
  - `cu_mobile` string — Customer Mobile Number. mobile number format i.e 00 (country code) phone number or + (country code) phone number.

## Response `201`

Customer successfully created

- object
  - `customer_id` integer — Unique customer identifier in Banking.Live and PayCredit systems

## Other responses

- `400` — Invalid Customer Request
- `500` — Server Error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
