1. Schemas
AIO Docs
EN
  • EN
  • ZH
  • Overview
  • Create API Key
  • Callback
  • Security
  • Pay-in
  • Fiat Pay-in
  • Pay-out
  • API
    • Before You Begin
    • Fiat APIs
      • Fiat Pay-in Overview
      • Create KYC
      • List KYC
      • Supported Fiat Currencies
      • Crypto Map
      • Payment Methods/Codes
      • Fiat Deposit Limits
      • Fiat Pay-in Quote
      • Create Fiat Pay-in Order
      • List Fiat Pay-in Orders
    • Get Txs
    • Get Sub Txs
    • Get Tx Info
    • Create Payin Tx
    • Create Payin Longtime Tx
    • Create Payout Tx
    • Price
    • Calculate price
  • Schemas
    • Schemas
      • CallbackReqContentData
      • CallbackSubTxData
      • CallbackTxData
      • CallbackType
      • GetSubTxData
      • SubTxDataExt
      • SubTxStatus
      • GetSubTxDataResponse
      • CreateFiatKycRequest
      • CreateFiatKycResponse
      • Chain
      • ErrorResponseModel
      • PayTxData
      • PayTxStatusData
      • PayinLongTimeTxParams
      • PayinTxParams
      • PayoutSubTxParams
      • PayoutTxParams
      • PriceData
      • RedisKeyData
      • SubTxData
      • SuceedResponseModel
      • TestData
      • Token
      • TxData
      • TxDetailsData
      • TxStatus
      • TxType
      • VsToken
      • TestDataResponse
      • RedisKeyDataResponse
      • PriceDataResponse
      • PayTxDataResponse
      • PayTxStatusDataResponse
      • TxDetailsDataResponse
      • TxDataResponse
  1. Schemas

CreateFiatKycRequest

{
    "type": "string",
    "required": [
        "string"
    ],
    "properties": {
        "email": {
            "type": "string",
            "format": "string"
        },
        "firstName": {
            "type": "string"
        },
        "lastName": {
            "type": "string"
        },
        "date": {
            "type": "string",
            "description": "string"
        },
        "country": {
            "type": "string",
            "minLength": 0,
            "maxLength": 0
        },
        "gender": {
            "type": "string",
            "enum": [
                "string"
            ]
        },
        "phone": {
            "type": "string",
            "pattern": "string"
        },
        "address": {
            "type": "string",
            "required": [
                "string"
            ],
            "properties": {
                "city": {
                    "type": "string"
                },
                "postalCode": {
                    "type": "string"
                },
                "street": {
                    "type": "string"
                },
                "state": {
                    "type": "string"
                }
            }
        }
    }
}
Built with