/api/v1/customer/stores/altria-eaiv-status

POST

/api/v1/customer/stores/altria-eaiv-status

In this API, showing messages based on altria response

Parameter

ParameterData TypeRequired
store_idNUMBERtrue
{
    "status": true,
    "errorCode": "SUCCESS"
}
{
    "status": false,
    "errorCode": "FAILED",
    "message": "We could not submit your information to the provider to finish verification. Your email address is associated with another person in our provider's system. Please provide a new email address to use that you own.",
    "altriaCode": "1264"
}
{  
    "status": false,  
    "errorCode": "FAILED",  
    "message": 'We could not submit your information to the provider to finish verification. Your email contains a restricted word such as "kill", "dead", "smoker", "cigarette". Please provide a new email address without restricted words to try again.',  
    "altriaCode": "1203"  
}
{  
    "status": false,  
    "errorCode": "FAILED",  
    "message": "We could not submit your information to the provider to finish verification. Your email address is associated with another person in our provider's system. Please provide a new email address to use that you own.",  
    "altriaCode": "1264"  
}
{  
    "status": false,  
    "errorCode": "FAILED",  
    "message": "We could not submit your information to the provider to finish verification. Your phone number is associated with another person in our provider's system. Please provide a new phone number to use that you own.",  
    "altriaCode": "1265"  
}