fiat_kyc_id.| Field | Type | Required / Nullable | Conditions / Notes |
|---|---|---|---|
fiat_kyc_id | string | Optional, can be omitted | Filter by one KYC profile ID. If omitted, returns all KYC profiles for your account. |
[
{
"fiat_kyc_id": "KYC_xxx",
"email": "user@example.com",
"phone": "1234567890",
"dob": "1995-01-27",
"country": "US",
"status": "pending",
"type": "individual",
"first_name": "Alice",
"last_name": "Doe",
"gender": "female",
"address": {
"street": "123 Main St",
"city": "New York",
"state": "NY",
"postal_code": "10001"
},
"created_at": "2026-01-15T09:00:00",
"modified_at": "2026-01-15T09:00:00"
}
]fiat_kyc_id instead of creating a new KYC record.curl --location 'https://api.aio.cash/v2/v2/fiat/kyc'{
"success": true,
"msg": "ok",
"data": {}
}