Update Critical Check Account Info
Overview
This route update critical account information, which should be other wise managed internally. Should only be used by internal users.
Resource Access
POST https://<hostname>/buyer/v1/buyer/{buyerId}/checkAccount/{accountToken}/updateCriticalInfo
Attributes
Parameters for activating a check account through API in CPX are as given below:
Fields | Mandatory / Optional |
---|---|
accountId | Optional |
checkProofId | Optional |
accountStatus | Optional |
Example Request
POST https://<hostname>/buyer/v1/buyer/adcf5909-2afe-5078-a2db-525cc21a7981/checkAccount/df16aedfd2e8344c944bb37bd2d39bbd6a1bcb438a2c18f231655165ce3f7b46/updateCriticalInfo
{
"accountId": "199987",
"checkProofId": "22",
"accountStatus": "SIGNATURE_UPLOADED"
}
Example Response
200 OK
Updated 3 days ago