Register a new customer account in the FinCode platform
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