Skip to main content
GET
/
identifications
/
{id}
/
compliance-questionnaire
Fetch identification compliance questionnaire
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/identifications/{id}/compliance-questionnaire \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "intended_use": "Investing",
  "employment_status": "Employed",
  "expected_monthly_volume": "LessThan1000",
  "monthly_income": "Between1000And2000",
  "occupation": "Agriculture",
  "source_of_funds": "SalaryAndWages",
  "source_of_funds_proof": "<string>"
}

Authorizations

X-API-Key
string
header
required

API Key

Path Parameters

id
string<uuid>
required

the ID of the Identification to get compliance questions for

Response

GET Compliance Question Succeeded

V1 Compliance Questionnaire

Legacy compliance questionnaire format

id
string<uuid>
required
intended_use
enum<string>
required

Intended Purpose

The intended purpose the person wants to use the account for

Available options:
Investing,
PaymentToFriendsFamilyorOthers,
PurchaseDigitalAssets,
OnlinePurchasesOfGoodsOrServices,
Trading
employment_status
enum<string>

Employment Status

The employment status of the person

Available options:
Employed,
SelfEmployed,
Unemployed,
Retired,
Student
expected_monthly_volume
enum<string>

Expected Monthly Transaction Volume

The expected monthly transaction volume of the person

Available options:
LessThan1000,
Between1000And5000,
Between5000And10000,
Between10000And20000,
Over20000
monthly_income
enum<string>

Monthly Income

The monthly income of the person

Available options:
Between1000And2000,
Between2000And3000,
Between3000And5000,
Between5000And10000,
Over10000
occupation
enum<string>

Occupation

The occupation of the person

Available options:
Agriculture,
ArtsAndEntertainment,
Construction,
Education,
FinancialServices,
InformationAndTechnology,
Retail,
RealEstate,
Other
source_of_funds
enum<string>

Source of Funds

The sources of funds for a person

Available options:
SalaryAndWages,
PersonalSavings,
PensionOrRetirementPayments,
ProceedsFromSellingAssets,
CryptocurrencyTradingOrInvestment,
InvestmentReturns,
GamblingOrLotteryWinnings,
GiftOrInheritanceReceived,
LoanFromBankOrOtherFinancialInstitution
source_of_funds_proof
string