---
title: "Customer Validation"
method: POST
path: "/Transactions/validatecustomers"
---

# Customer Validation

`POST /Transactions/validatecustomers`

## Headers

- `Authorization` string
- `Content_Type` string
- `terminalId` string

## Request body

- object
  - `Customers` object
    - `customerId` string
    - `paymentCode` string
    - `responseCode` string — List of response codes and their descriptions can be found here
    - `fullName` string
    - `amount` string
    - `amountType` string
    - `amountTypeDescription` string

## Response `200`

200

- object
  - `Customers` object[]
    - `BillerId` integer
    - `PaymentCode` string
    - `CustomerId` string
    - `ResponseCode` string
    - `FullName` string
    - `Amount` integer
    - `AmountType` integer
    - `AmountTypeDescription` string
    - `Surcharge` integer
  - `ResponseCode` string
  - `ResponseCodeGrouping` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
