Address Capture
Link | URL |
---|---|
API Docs | Loqate Address Capture API Documentation |
Product Docs | Loqate Address Capture Product Documentation |
- Calls to the Find endpoint are made continuously until an address of type
Address
is found - If the type is
Container
, the system continues making calls to the Find endpoint - Once an address of type
Address
is found, the Retrieve endpoint is called to capture the full address details
IP to Country
The IP to Country feature determines the user’s country based on their IP address. The country field is auto-populated with the result. Supported configuration options:LOQATE_IP_TO_COUNTRY_ENABLED
- toggle for IP to country functionality on or offLOQATE_ADDRESS_LOOKUP_CHECKOUT
- toggle for address lookup during checkoutLOQATE_ADDRESS_LOOKUP_MY_ACCOUNT
- toggle for address lookup on the “My Account” pageCHECKOUT_ADDRESS_REQUEST_LIMIT
- debounce time for address capture requestsRESTRICTED_COUNTRIES
- list of restricted country ISO2 codes to exclude from address capture suggestions
- Checkout
- My Account
Address Verify
Link | URL |
---|---|
API Docs | Loqate Address Verify API Documentation |
Product Docs | Loqate Address Verify Product Documentation |
AVC | Loqate Address Verify Codes Documentation |
Good
, Questionable
, or Invalid
using the provided Address Verification Code
.
- Good Address: no issues detected
- Questionable Address: the user is prompted to accept a corrected address suggested by Address Verify. The user can either edit the address manually or proceed with the initial input
- Invalid Address: a suggestion is provided to update the address. The user can either update or proceed with the original input
LOQATE_ADDRESS_VERIFICATION_CHECKOUT
- toggle for address verification during checkoutLOQATE_ADDRESS_VERIFICATION_MY_ACCOUNT
- toggle for address verification on the “My Account” pageLOQATE_AVC
- minimum matchscore threshold for an address to be consideredGood
- Checkout
- My Account
Email Validation
Link | URL |
---|---|
API Docs | Loqate Email Validation API Documentation |
Product Docs | Loqate Email Validation Product Documentation |
LOQATE_EMAIL_VALIDATION_CHECKOUT
- toggle for email validation during checkoutLOQATE_EMAIL_VALIDATION_MY_ACCOUNT
- toggle for email validation on the “My Account” pageLOQATE_EMAIL_VALIDATION_REGISTRATION
- toggle for email validation during registrationLOQATE_EMAIL_VALIDATION_TIMEOUT_MILLISECONDS
- timeout duration for email validation requestsLOQATE_INCLUDE_VALID_CATCHALL_EMAILS
- determines whetherValid_CatchAll
email validation responses are considered valid. See the Email Validation API documentation for more information onValid_CatchAll
behaviour (specifically the ResponseCode response field)
- Checkout
- My Account
- Registration
Phone Validation
Link | URL |
---|---|
API Docs | Loqate Phone Validation API Documentation |
Product Docs | Loqate Phone Validation Product Documentation |
LOQATE_PHONE_VALIDATION_CHECKOUT
- toggle for phone validation during checkoutLOQATE_PHONE_VALIDATION_MY_ACCOUNT
- toggle for phone validation on the “My Account” pageLOQATE_PHONE_VALIDATION_REGISTRATION
- toggle for phone validation during registrationLOQATE_INCLUDE_MAYBE_PHONE_NUMBERS
- determines whether theMaybe
phone number validation state is treated as valid. See the Phone Validation API documentation for more information onMaybe
behaviour (specifically the IsValid response field)
- Checkout
- My Account
- Registration