Get the status by address
POST https://api.paytomorrow.com/api/ecommerce/application/{{applicationToken}}/address/status
Sending the address and the token to get the status of the app.
Headers
Authorization: Bearer theacces-toke-naaa-aaaa-aaaaaaaaaaaa // The access token
Content-Type: application/json
Request Body
{
"residenceInfo": {
"streetName": "Street name",
"city": "city",
"state": "state (2 charters)",
"zip": "zip code"
}
}
Success Response Example
{
"status": "U",
"message": "Decline and the address does not match",
"token": "fbe10f9f-8b42-4aba-927c-052f27473a80"
}