Skip to main content
POST
/
orders
/
saraplus_verification
SaraPlus Verification
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/orders/saraplus_verification
{
  "message": "Data has been retrieved",
  "code": 200,
  "success": true,
  "data": {
    "TMFacialRecApprovalStatus": true,
    "TMFacialRecApprovalStatusReason": "Success",
    "SaraPlusStopSale": false,
    "mfa": {},
    "gps": {
      "location": {
        "city": "Irvine",
        "timezoneOffset": -8,
        "address": "001 Technology Dr",
        "zipcode": "xxx23-xx08",
        "state": "IN",
        "clubNumber": 4,
        "retailer_name": "ABC",
        "id": 29,
        "timezone": "Pacific"
      },
      "verified": false,
      "verified_at_utc": "11/07/2025 7:13 PM"
    },
    "facial_recognition": {
      "createdDate": "03/18/2023 2:54 AM",
      "success": false,
      "images": [
        "",
        ""
      ],
      "seconds_since": 89724233,
      "createdDateUtc": "03/18/2023 2:54 AM",
      "similarity": ""
    }
  }
}

Query Parameters

token
string
required
personId
string
required
orderNum
string
asOf
string
latitude
string
longitude
string
test
boolean
officeId
integer

Response

200 - application/json

Success

The response is of type object.