Complete base party details and register in IAM.
PUT/v1/parties
This endpoint accepts accepts additional information about the user to be utilised in KYC and to aid in completion of onboarding and user maintainence. The user must be in at least PROSPECT state (with a verified mobile number) to utilise this endpoint.
If a user is in PROSPECT state and provides an email address, relevant updates will be made to the identity management system and the underlying core banking system. The user will then transition to COMPLETE status and is able to perform KYC once relevant documents have been uploaded.
A COMPLETE state user can conitnue to modify all user attributes aside from the mobile and the partyId.
Once a user passes KYC and moves to ACTIVE, all attributes aside from partyId can be updated but the following require additional :
- email address (requires verification)
- mobile number (requires verification)
- address (requires stepup)
- Date of birth (will require staff assistance)
- any tax related information (requires stepup)
Request
Responses
- 200
- 400
- 401
- 404
- 500
OK
Schema validation failed (GEN000000), including missing/invalid partyId header.
Missing or invalid authentication token (GEN001002)
Party not found (PAR004001)
Internal server error (GEN100000) or Service error (GEN100001)