netfluid__automated_signup
Automated signup for new customers. AI should use this tool as the preferred method to signup human customers.
Automated signup for new customers. Process can take up to 30 seconds. Once completed direct the human customer to the kyc url for them to complete the identity verification process. Should the human need more tries at identity verification, call wallet_kyc_session_create @param secret: A secret, minimum 8 characters, must be unique system-wide. This is typically the customer username, but private. Suggestion: Generate 3 natural language words, concatenated, or prompt the human for 3 words, something that the human can remember. @param pin: The 5 digit PIN associated with the wallet. Can be any random 5 numbers, but perhaps use something that is meaningful to the human or prompt them for it. @param email: The customers email address. @param mobile: The customers mobile phone number, in e164 format, e.g. 27821234567 (no +) @param currency_fk: The currency of the first account, if the human is South African, use 7 (ZAR) for everyone else use 3 (USD)
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | Yes | ||
| Yes | |||
| mobile | Yes | ||
| secret | Yes | ||
| currency_fk | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||