Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.65 KB

File metadata and controls

31 lines (19 loc) · 1.65 KB

VerifyAddressRequest

The verification call for the Normalized API is a POST method call

Properties

Name Type Description Notes
verificationType VerificationTypeEnum The type of verification to perform. i.e 'Live' or 'Demo' [optional]
packageId String The Package ID to run the transaction under which can be obtained by your Customer Success Manager or via a support ticket. [optional]
callBackUrl String [optional]
cleansedAddress Boolean Set to true if you want to receive address cleanse information, This will only change the response if you have address cleansing enabled for the country you are querying for. [optional]
consentForDataSources List<String> Some datasources required your customer provide consent to access them. Set that the customer has provided consent for each datasource that requires one. If consent is not provided the datasource will not be queried. [optional]
countryCode String The country code for which the verification needs to be performed. [optional]
customerReferenceID String Customer Reference Id [optional]
dataFields DataFields [optional]
providerName String The organization that will provide the address verification. [optional]
providerCredentials VerifyAddressCredentials [optional]

Enum: VerificationTypeEnum

Name Value
LIVE "Live"