HMRC VAT registration lookups.
Summary
Functions
Check a UK VAT registration number, with or without the GB prefix.
Whether HMRC VAT lookups are configured.
Types
@type result() :: {:ok, map()} | {:error, KYCCentral.Error.t()}
Functions
@spec check(KYCCentral.t(), String.t()) :: result()
Check a UK VAT registration number, with or without the GB prefix.
@spec status(KYCCentral.t()) :: result()
Whether HMRC VAT lookups are configured.