GET v1/Customer/CheckAuthorizationStatus

Check the status/progress of the customer's authentication code verification.

Request Information

No Parameters

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "Success",
  "message": "sample string 1",
  "retryEligible": true
}

application/xml, text/xml

Sample:
<AuthorizationCodeVerificationStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <_x003C_Message_x003E_k__BackingField>sample string 1</_x003C_Message_x003E_k__BackingField>
  <_x003C_RetryEligible_x003E_k__BackingField>true</_x003C_RetryEligible_x003E_k__BackingField>
  <_x003C_Status_x003E_k__BackingField>Success</_x003C_Status_x003E_k__BackingField>
</AuthorizationCodeVerificationStatus>