Register a new customer account in the FinCode platform
Create a new customer account with personal information and authentication credentials. Customers can access self-service features including sending remittances, applying for loans, and managing investments.Documentation Index
Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt
Use this file to discover all available pages before exploring further.
payloadEncrypted field determines how the system processes your payload:
| Value | Description |
|---|---|
true | Indicates payload is RSA-encrypted. The system will decrypt before processing. |
false | Indicates payload is sent as raw plaintext. Use only for testing or internal systems. |
| Header | Type | Required | Description |
|---|---|---|---|
Content-Type | string | Yes | Must be application/json |
platform | string | Yes | Platform identifier. Use fincode |
uuid | string | Yes | Unique request identifier. Use 200 |
Using payloadEncrypted: false (Testing Only)
Email Validation
Password Requirements
Phone Number Format
Age Requirement
Name Validation
"IOS"
"1"
"com.fincode.remitjunction"
INDIVIDUAL, COMPANY "INDIVIDUAL"
Determines whether the payload contains encrypted or raw data. Use payloadEncrypted: true when sending encrypted passwords, or payloadEncrypted: false for raw passwords.
true
"Excel"
"Nwachukwu"
"excel.nwachukwu+2@fincode.co.uk"
"+44"
"984 573 63733"
"1989-12-16"
Customer password. Must be RSA-encrypted (Base64) when using payloadEncrypted is true, or raw when using false.
"O5ti8XI/pLYC27E+ehORvg2YplXqX3ckoS7Kzk9cEdtC+LSzVICID9c/Tzsi0V5d..."
Must match the password field. Must be RSA-encrypted (Base64) when using payloadEncrypted is true, or raw when false.
"O5ti8XI/pLYC27E+ehORvg2YplXqX3ckoS7Kzk9cEdtC+LSzVICID9c/Tzsi0V5d..."
Customer registered successfully