Step 3: Update Cardholder Info
Description:
This step will update the cardholder profile details impacting communications methods and address verification elements.
Pre-requisites:
- sessionId – Acquired during the authentication process
- cpId – Provided during client setup
- personID – Acquired during the orderCards step or in the searchAccount step.
Endpoint Details:
- API Endpoint – /fisendpoint/v1
- Call Type – POST
- Path – /updateCardHolderInfo
Considerations:
Checking the cardholder details after the update could be done for confirmation
Code Snippet:
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906"
{
"cpId": {{cpIdPersonalized}},
"personID": "1881009399",
"firstName": "string",
"lastName": "string",…