Skip to main content

Overview

Some customers act as a reseller — they run KYC checks on behalf of another business, and that business (not the reseller) is the AML/CTF reporting entity for the check. Experian AU requires the ABN of that end business to be supplied with every credit header check, so the enquiry can be attributed to the correct obligated entity. FrankieOne collects this ABN as an entity extraData KVP and forwards it to Experian as AMLObligatedEntityABN.
This applies only to Experian AU credit header checks performed through the Experian v2 connector. It has no effect on other data sources, and it is not needed by customers who are the reporting entity for their own checks.

Enabling the feature

Reseller ABN passthrough is enabled by FrankieOne on a per-configuration basis. Enabling it does two things:
  • Makes the CustomerChannelReferenceIdentifier KVP visible and mandatory in the FrankieOne Portal, so the ABN can be captured for profiles created manually.
  • Makes the KVP required for API-created entities — a check submitted without it fails validation before it reaches Experian.
Contact help@frankieone.com to have reseller ABN passthrough turned on for your configuration. Until it has been enabled, the KVP is stored on the entity but not forwarded to Experian.

Supplying the ABN

Add a KVP with kvpKey of CustomerChannelReferenceIdentifier to the entity’s extraData array, with the end business’s ABN as the kvpValue. The KVP can be set on a CreateCheckEntity call or added later with an UpdateCheckEntity — it simply needs to be present on the entity at the time the check runs.
Create Entity with Reseller ABN

Field reference

Credit header consent is still required for Experian AU checks. The reseller ABN is in addition to — not a replacement for — the consent.creditheader KVP. See Consent Flags.

What FrankieOne sends to Experian

The KVP is forwarded in the request payload as an additional detail:
The value sent is also recorded against the check in the audit trail.

Behaviour when the ABN is missing

Because a missing ABN stops the check before it reaches Experian, set the KVP on the entity before running the check. For how Experian results are read once the check does run, see Credit Header Results.