Onboard merchants, verify customers, screen for risk — all through one unified API. Built on Payfuture's emerging-markets infrastructure.
Pick the products you need — or run the full onboarding suite end-to-end.
Entity details, directors, UBOs and corporate docs — collected, reviewed and decisioned in one branded flow.
Selfie liveness, ID document OCR and face match in seconds.
Continuous screening against global watchlists and adverse media.
One contract over Sumsub, SEON, ComplyAdvantage and more — switch vendors without rewriting your integration.
Localised document templates, languages and rule sets for every region Payfuture serves.
A guided path for merchants, with a powerful API for platforms.
Merchant creates an account in under a minute and lands in 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.
Receive API keys, webhooks and a verification widget for your own customers.
A single, versioned REST API. Webhooks for every state change. Vendor-agnostic by design.
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/..."
}Spin up an account, complete KYB, and start running identity checks in production.