curl --request POST \
--url https://sandbox.killb.app/api/v2/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "PERSON",
"data": {
"firstName": "John",
"lastName": "Francisco",
"dateOfBirth": "1992-01-01",
"email": "[email protected]",
"phone": "+576015555555",
"address": {
"street1": "68528 Dwight Court",
"city": "Fiorenze",
"state": "New York",
"zipCode": "48245000",
"countryCode": "CO",
"street2": "Apt 488"
},
"document": {
"type": "PASSPORT",
"number": "GE04292393",
"issuedCountryCode": "CO",
"expeditionDate": "1992-01-01",
"cic": "1111111111",
"identificadorCiudadano": "<string>",
"ocr": "1111111111",
"numeroEmision": "<string>"
},
"middleName": "Carlos",
"nationality": "CO",
"citizenship": "CO",
"employmentStatus": "EMPLOYEE",
"employmentDescription": "Software Engineer",
"employerName": "Google",
"occupation": "Software Engineer",
"investmentProfile": {
"primarySourceOfFunds": "EMPLOYMENT",
"primarySourceOfFundsDescription": "I work at Google",
"totalAssets": "UPTO_10K",
"usdValueOfFiat": "UPTO_10K",
"monthlyDeposits": "UPTO_5",
"monthlyWithdrawals": "UPTO_5",
"monthlyInvestmentDeposit": "UPTO_1K",
"monthlyInvestmentWithdrawal": "UPTO_1K",
"usdValueOfCrypto": "UPTO_1K",
"monthlyCryptoDeposits": "UPTO_5",
"monthlyCryptoWithdrawals": "UPTO_5",
"monthlyCryptoInvestmentDeposit": "UPTO_1K",
"monthlyCryptoInvestmentWithdrawal": "UPTO_1K"
},
"kycProfile": {
"fundsSendReceiveJurisdictions": [
"<string>"
],
"engageInActivities": "NONE"
}
},
"externalId": "d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"
}
'{
"id": "4d23aa52-1b40-4584-a8ea-58aba6099c5c",
"status": "ACTIVE",
"customerId": "8ffce092-b97a-48bd-9efa-24c66ac7fe13",
"type": "PERSON",
"data": {
"firstName": "John",
"lastName": "Francisco",
"dateOfBirth": "1992-01-01",
"email": "[email protected]",
"phone": "+576015555555",
"address": {
"street1": "68528 Dwight Court",
"city": "Fiorenze",
"state": "New York",
"zipCode": "48245000",
"countryCode": "CO",
"street2": "Apt 488"
},
"document": {
"type": "PASSPORT",
"number": "GE04292393",
"issuedCountryCode": "CO",
"expeditionDate": "1992-01-01",
"cic": "1111111111",
"identificadorCiudadano": "<string>",
"ocr": "1111111111",
"numeroEmision": "<string>"
},
"middleName": "Carlos",
"nationality": "CO",
"citizenship": "CO",
"employmentStatus": "EMPLOYEE",
"employmentDescription": "Software Engineer",
"employerName": "Google",
"occupation": "Software Engineer",
"investmentProfile": {
"primarySourceOfFunds": "EMPLOYMENT",
"primarySourceOfFundsDescription": "I work at Google",
"totalAssets": "UPTO_10K",
"usdValueOfFiat": "UPTO_10K",
"monthlyDeposits": "UPTO_5",
"monthlyWithdrawals": "UPTO_5",
"monthlyInvestmentDeposit": "UPTO_1K",
"monthlyInvestmentWithdrawal": "UPTO_1K",
"usdValueOfCrypto": "UPTO_1K",
"monthlyCryptoDeposits": "UPTO_5",
"monthlyCryptoWithdrawals": "UPTO_5",
"monthlyCryptoInvestmentDeposit": "UPTO_1K",
"monthlyCryptoInvestmentWithdrawal": "UPTO_1K"
},
"kycProfile": {
"fundsSendReceiveJurisdictions": [
"<string>"
],
"engageInActivities": "NONE"
}
},
"complianceUrl": "https://kyc.example.com",
"accessLevel": "L0",
"note": "<string>",
"active": true,
"createdAt": "2024-02-06T00:03:30.791Z",
"updatedAt": "2024-02-06T00:03:30.791Z",
"externalId": "d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"
}curl --request POST \
--url https://sandbox.killb.app/api/v2/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "PERSON",
"data": {
"firstName": "John",
"lastName": "Francisco",
"dateOfBirth": "1992-01-01",
"email": "[email protected]",
"phone": "+576015555555",
"address": {
"street1": "68528 Dwight Court",
"city": "Fiorenze",
"state": "New York",
"zipCode": "48245000",
"countryCode": "CO",
"street2": "Apt 488"
},
"document": {
"type": "PASSPORT",
"number": "GE04292393",
"issuedCountryCode": "CO",
"expeditionDate": "1992-01-01",
"cic": "1111111111",
"identificadorCiudadano": "<string>",
"ocr": "1111111111",
"numeroEmision": "<string>"
},
"middleName": "Carlos",
"nationality": "CO",
"citizenship": "CO",
"employmentStatus": "EMPLOYEE",
"employmentDescription": "Software Engineer",
"employerName": "Google",
"occupation": "Software Engineer",
"investmentProfile": {
"primarySourceOfFunds": "EMPLOYMENT",
"primarySourceOfFundsDescription": "I work at Google",
"totalAssets": "UPTO_10K",
"usdValueOfFiat": "UPTO_10K",
"monthlyDeposits": "UPTO_5",
"monthlyWithdrawals": "UPTO_5",
"monthlyInvestmentDeposit": "UPTO_1K",
"monthlyInvestmentWithdrawal": "UPTO_1K",
"usdValueOfCrypto": "UPTO_1K",
"monthlyCryptoDeposits": "UPTO_5",
"monthlyCryptoWithdrawals": "UPTO_5",
"monthlyCryptoInvestmentDeposit": "UPTO_1K",
"monthlyCryptoInvestmentWithdrawal": "UPTO_1K"
},
"kycProfile": {
"fundsSendReceiveJurisdictions": [
"<string>"
],
"engageInActivities": "NONE"
}
},
"externalId": "d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"
}
'{
"id": "4d23aa52-1b40-4584-a8ea-58aba6099c5c",
"status": "ACTIVE",
"customerId": "8ffce092-b97a-48bd-9efa-24c66ac7fe13",
"type": "PERSON",
"data": {
"firstName": "John",
"lastName": "Francisco",
"dateOfBirth": "1992-01-01",
"email": "[email protected]",
"phone": "+576015555555",
"address": {
"street1": "68528 Dwight Court",
"city": "Fiorenze",
"state": "New York",
"zipCode": "48245000",
"countryCode": "CO",
"street2": "Apt 488"
},
"document": {
"type": "PASSPORT",
"number": "GE04292393",
"issuedCountryCode": "CO",
"expeditionDate": "1992-01-01",
"cic": "1111111111",
"identificadorCiudadano": "<string>",
"ocr": "1111111111",
"numeroEmision": "<string>"
},
"middleName": "Carlos",
"nationality": "CO",
"citizenship": "CO",
"employmentStatus": "EMPLOYEE",
"employmentDescription": "Software Engineer",
"employerName": "Google",
"occupation": "Software Engineer",
"investmentProfile": {
"primarySourceOfFunds": "EMPLOYMENT",
"primarySourceOfFundsDescription": "I work at Google",
"totalAssets": "UPTO_10K",
"usdValueOfFiat": "UPTO_10K",
"monthlyDeposits": "UPTO_5",
"monthlyWithdrawals": "UPTO_5",
"monthlyInvestmentDeposit": "UPTO_1K",
"monthlyInvestmentWithdrawal": "UPTO_1K",
"usdValueOfCrypto": "UPTO_1K",
"monthlyCryptoDeposits": "UPTO_5",
"monthlyCryptoWithdrawals": "UPTO_5",
"monthlyCryptoInvestmentDeposit": "UPTO_1K",
"monthlyCryptoInvestmentWithdrawal": "UPTO_1K"
},
"kycProfile": {
"fundsSendReceiveJurisdictions": [
"<string>"
],
"engageInActivities": "NONE"
}
},
"complianceUrl": "https://kyc.example.com",
"accessLevel": "L0",
"note": "<string>",
"active": true,
"createdAt": "2024-02-06T00:03:30.791Z",
"updatedAt": "2024-02-06T00:03:30.791Z",
"externalId": "d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"
}The access token received from the authorization server in the OAuth 2.0 flow.
PERSON, COMPANY "PERSON"
Show child attributes
"John"
"Francisco"
"1992-01-01"
"+576015555555"
Show child attributes
"68528 Dwight Court"
"Fiorenze"
"New York"
"48245000"
"CO"
"Apt 488"
Show child attributes
PASSPORT, DRIVER_LICENSE, NUIP, RFC, SSN, CURP, CPF, INE, IFE, DNI, DUI, NIT, RUT, CHINESE_ID, BOLIVIAN_ID "PASSPORT"
"GE04292393"
"CO"
"1992-01-01"
Required if document type is INE
"1111111111"
Required if document type is INE
Required if document type is IFE
"1111111111"
Required if document type is IFE
"Carlos"
"CO"
"CO"
EMPLOYEE, SELF_EMPLOYED, RETIRED, UNEMPLOYED, OTHER "EMPLOYEE"
"Software Engineer"
"Google"
"Software Engineer"
Show child attributes
EMPLOYMENT, SAVINGS, WINNINGS, MARITAL, REAL_ESTATE, TRUST, INVESTMENT, OTHER, COMPANY, COMPANY_CAPITAL, LOAN, PRIVATE_CAPITAL, GRANT "EMPLOYMENT"
"I work at Google"
UPTO_10K, TEN_TO_100K, ONEHUNDREDK_TO_1M, ONE_TO_10M, TEN_TO_50M, FIFTY_TO_250M, MORE_THAN_250M "UPTO_10K"
UPTO_10K, TEN_TO_100K, ONEHUNDREDK_TO_1M, ONE_TO_10M, TEN_TO_50M, FIFTY_TO_250M, MORE_THAN_250M "UPTO_10K"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
A unique identifier used to identify your existing user.
"d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"
"4d23aa52-1b40-4584-a8ea-58aba6099c5c"
ACTIVE, PENDING, REJECTED "ACTIVE"
"8ffce092-b97a-48bd-9efa-24c66ac7fe13"
PERSON, COMPANY "PERSON"
Show child attributes
"John"
"Francisco"
"1992-01-01"
"+576015555555"
Show child attributes
"68528 Dwight Court"
"Fiorenze"
"New York"
"48245000"
"CO"
"Apt 488"
Show child attributes
PASSPORT, DRIVER_LICENSE, NUIP, RFC, SSN, CURP, CPF, INE, IFE, DNI, DUI, NIT, RUT, CHINESE_ID, BOLIVIAN_ID "PASSPORT"
"GE04292393"
"CO"
"1992-01-01"
Required if document type is INE
"1111111111"
Required if document type is INE
Required if document type is IFE
"1111111111"
Required if document type is IFE
"Carlos"
"CO"
"CO"
EMPLOYEE, SELF_EMPLOYED, RETIRED, UNEMPLOYED, OTHER "EMPLOYEE"
"Software Engineer"
"Google"
"Software Engineer"
Show child attributes
EMPLOYMENT, SAVINGS, WINNINGS, MARITAL, REAL_ESTATE, TRUST, INVESTMENT, OTHER, COMPANY, COMPANY_CAPITAL, LOAN, PRIVATE_CAPITAL, GRANT "EMPLOYMENT"
"I work at Google"
UPTO_10K, TEN_TO_100K, ONEHUNDREDK_TO_1M, ONE_TO_10M, TEN_TO_50M, FIFTY_TO_250M, MORE_THAN_250M "UPTO_10K"
UPTO_10K, TEN_TO_100K, ONEHUNDREDK_TO_1M, ONE_TO_10M, TEN_TO_50M, FIFTY_TO_250M, MORE_THAN_250M "UPTO_10K"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_5, FIVE_TO_10, TEN_TO_25, MORE_THAN_25 "UPTO_5"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
UPTO_1K, ONE_TO_100K, ONEHUNDREDK_TO_1M, MILLION_TO_5M, MORE_THAN_5M "UPTO_1K"
"https://kyc.example.com"
L0, L1, L2, L3, L4 "L0"
give you details about the compliance process
true
"2024-02-06T00:03:30.791Z"
"2024-02-06T00:03:30.791Z"
A unique identifier used to identify your existing user.
"d00e4f43-2022-42f3-ba1c-dcf4c1dcd934"