The Spanish version is the authoritative reference. View in Spanish
getProcess
GET /api/account/getProcess?trackId={trackId}
Queries the status of the asynchronous process started by createAccount. Poll until value contains results (isSuccess: true and value not empty).
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/account/getProcessPRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/account/getProcessClient credentials
accountId, userId, apiKeyUser and apiKeyPass are available in the first element of the value array when the process completes successfully.
| Parameter | Location | Req. | Description |
|---|---|---|---|
trackId | query | Required | Tracking ID returned by createAccount |
getProcess
{
"value": [],
"status": 0,
"isSuccess": true,
"errors": [],
"validationErrors": []
}