Get Latest Geo Check
Use this endpoint to retrieve the latest geolocation check for a customer. This endpoint returns the most recent location verification data for a given customer, including whether the location check passed or failed. This is useful for checking a customer’s current geo-compliance status before processing transactions or granting access to location-restricted features. Returnsnull
if no geo check has been performed for the customer.
Authorizations
Bearer token authentication using your API key
Query Parameters
Unique identifier for the customer
Example:
"cus_vi57KegYgcRqcGHqip8q6UZiqtrwMT870"
Response
200 - application/json
Latest geo check retrieved successfully
Example:
"gc_8HpqVXHQ7672sFi38yLN9kCMJN1LtiMw"
Whether the location is in a state that you support.
Example:
true
Example:
"San Francisco"
Example:
"CA"
Example:
"USA"
Example:
37.785834
Example:
-122.406417
ISO 8601 timestamp of when the check was performed
Example:
"2024-01-15T14:30:22Z"