Create User

POST https://gateway.noxxo.com/v1/partners/create/userarrow-up-right

Request Body

  • email* (String) — registered email of the user

Responses

chevron-right201: Created — New user created (Data)hashtag

Returned object fields:

  • _id (string) — unique user ID generated by Encryptus

  • ref_partnerId (string) — clientID of partner

  • ref_partnerObjectID (string) — ID of partner in Encryptus DB

  • email (string) — user email

  • tac_agreed (string)

  • kyc_Status (string) — current status of KYC; option "false" means user didn't complete KYC

  • kyc_Status_Detail (array)

  • allow_whitelisting_addresses (string) — default value is "true"

  • is_locked_to_transactions (string) — default value is "false"

  • whitelisted_wallets_list (array) — list of wallets that were whitelisted for crypto deposit transactions

  • whitelisted_bankAccount_list (array) — list of bank accounts that are verified and saved for user

  • whitelisted_mobileWallet_list (array) — list of mobile wallets accounts that are verified and saved for user

  • external_sumsub_ID (string) — generated user ID for KYC

  • createdAt (datetime) — UTC timestamp when user was created in ISO 8601 format [YYYY-MM-DDTHH:MM:SS.SSS+00:00]

  • updatedAt (datetime) — UTC timestamp when user was updated in ISO 8601 format YYYY-MM-DDTHH:MM:SS.SSS+00:00

Last updated 17 hours ago

Last updated