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 a custom attribute on the individual and forwards it to Experian asAMLObligatedEntityABN.
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
CustomerChannelReferenceIdentifiercustom attribute visible and mandatory in the FrankieOne Portal, so the ABN can be captured for profiles created manually. - Makes the attribute 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 attribute is stored on the entity but not forwarded to Experian.
Supplying the ABN
Set a custom attribute namedCustomerChannelReferenceIdentifier on the individual, with the end business’s ABN as the value.
The attribute can be set when creating the individual or added later with an update — it simply needs to be present on the entity at the time the workflow runs.
HTTP Request
JSON Request Body
Field reference
Credit header consent is still required for Experian AU checks. The reseller
ABN is in addition to — not a replacement for — the
CREDITHEADER consent.
See Creating & Managing Individuals.What FrankieOne sends to Experian
The attribute is forwarded in the request payload as an additional detail:Behaviour when the ABN is missing
Because a missing ABN stops the check before it reaches Experian, set the
attribute on the entity before executing the workflow. See
Error Handling for how validation failures are surfaced.