For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address Cleanser

Validate and standardise physical addresses

Address Cleanser is a data-standardisation and geocoding utility designed to ensure physical addresses exist and are correctly formatted. It standardises a supplied address against multiple geocoding providers and returns a suggested recommendation together with a score.

It helps you:

  • Validate and standardise addresses before processing payments

  • Reduce failed deliveries due to incorrect or unrecognised addresses

  • Support data integrity and screening accuracy by standardising physical addresses

The feature is also available through the Flash Connect portal. You can cleanse addresses directly from the UI, view your request history, and monitor usage statistics without writing any code. This can be useful for getting familiar with the feature before integrating it into your application via the API.

You can cleanse an address via the cleanseAddress mutation or retrieve past requests via the addressCleanserRequest and addressCleanserRequests queries.

Unlike Adverse Media Search, address cleansing is synchronous β€” the result is returned in the mutation response. There is no background processing and no webhooks.

Recommendation and score

The result is an estimate, not a definitive check. Each cleansed address comes with:

Field
Description

recommendation

approve β€” suggests the result can be accepted as-is. review β€” suggests it should be reviewed before it is used. reject β€” suggests it should be rejected.

score

From 0 to 100. A higher value indicates a closer match. Can be null.

Pricing

Address Cleanser is charged per request β€” 1,000 requests per month are included free of charge. To learn more about pricing, API access, or to enable Address Cleanser for your organisation, reach out to our team.

Last updated

Was this helpful?