One internal hub for onboarding merchants and verifying customers across every Payfuture product — KYC, KYB and AML in a single place.
The checks every Payfuture product needs — consolidated into a single hub.
Entity details, directors, UBOs and corporate docs — collected, reviewed and decisioned in one Payfuture-branded flow.
Selfie liveness, ID document OCR and face match in seconds.
Continuous screening against global watchlists and adverse media.
One internal contract over Sumsub, SEON, ComplyAdvantage and more — swap vendors without rewriting any Payfuture product.
Localised document templates, languages and rule sets for every region Payfuture serves.
A guided path for merchants, with a shared backbone for every Payfuture product team.
A Payfuture team invites a merchant — or the merchant self-signs into the onboarding wizard.
Entity, directors, UBOs and corporate documents collected with smart validation.
Liveness, document, sanctions and PEP run via Sumsub or any pluggable provider.
Verified merchant data is shared with the Payfuture product that needs it — no duplicate onboarding.
One internal REST API. Webhooks for every state change. Vendor-agnostic by design so product teams never re-integrate.
curl https://identity.payfuture.net/v1/applicants \
-H "Authorization: Bearer pf_live_..." \
-H "Content-Type: application/json" \
-d '{
"type": "individual",
"level": "id-and-liveness",
"external_id": "cust_8f21a",
"country": "GB"
}'
{
"id": "appl_01HXYZ...",
"status": "pending",
"provider": "sumsub",
"hosted_url": "https://verify.payfuture.net/s/..."
}Run KYB, KYC and AML in one place — then hand the verified merchant to the right Payfuture product.