---
title: "Validates a GatewayAccount"
method: POST
path: "/GatewayAccount/_validate"
tags: ["GatewayAccount"]
---

# Validates a GatewayAccount

`POST /GatewayAccount/_validate`

Validates an instance of GatewayAccount

## Request body

- GatewayAccountData
  - `$type` 'Asi.Soa.Commerce.DataContracts.GatewayAccountData, Asi.Contracts', required — The DataType must be "Asi.Soa.Commerce.DataContracts.GatewayAccountData, Asi.Contracts"
  - `AccountId` string
  - `AdministratorEmail` string
  - `AuthorizationExpiration` integer
  - `AuthorizationGateway` string
  - `AuthorizationMode` string, byte
  - `AuthorizationPassword` string
  - `AuthorizationPort` integer
  - `AuthorizationUrl` string
  - `AuthorizationUserName` string
  - `BankAllowsVoidsFlag` boolean
  - `CscLevel` string
  - `DataVaultGatewayAccountId` string
  - `Description` string
  - `IsAuthCaptureEnabled` boolean
  - `MerchantId` string
  - `Partner` string
  - `ProxyPassword` string
  - `ProxyPort` string
  - `ProxyServer` string
  - `ProxyUserName` string
  - `RetryCount` integer
  - `StoreId` string
  - `Timeout` integer
  - `TypeFullName` string
  - `UpdateInformation` EntityUpdateInformationData
    - `$type` 'Asi.Soa.Core.DataContracts.EntityUpdateInformationData, Asi.Contracts', required — The DataType must be "Asi.Soa.Core.DataContracts.EntityUpdateInformationData, Asi.Contracts"
    - `CreatedBy` string
    - `CreatedOn` string, date-time
    - `UpdatedBy` string
    - `UpdatedOn` string, date-time
  - `UseAvsFlag` boolean
  - `UseCscFlag` boolean
  - `Vendor` string

## Response `200`

The request was successful.

## Other responses

- `201` — The resource was successfully created.
- `202` — The resource was asynchronously created.

---

[API](https://skmtc.net/imis/apis/accounting.md) · [All operations](https://skmtc.net/imis/apis/accounting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imis/accounting/revisions/67a8cf169a01/schema)
