Acquifin Partner Fintech Nexus

Electronic signatures, sealed for South African contracts.

Send a partner company's client a document. They sign with a finger on mobile or a mouse on desktop. You get back a certified, tamper-evident PDF — valid under the ECT Act, no accredited signature provider required.

SEALED BY APFIN
How it works

One API call in, one certified document out.

Built for companies that need signatures on real commercial contracts — loan agreements, settlement offers, mandates — without adopting a whole e-signature platform.

01

Send the document

POST a PDF and signer details to the APFIN API. Get back a signing link.

02

Signer opens the link

They see the document and a signature pad — no account, no app download.

03

They sign

Finger on a phone, mouse on a laptop. Both are captured identically.

04

You get it back, sealed

A webhook fires, and the signed PDF — with an attached audit certificate — is ready to pull.

Integration

Three ways to use it, pick what fits your stack.

Simplest

Hosted signing link

Send your signer a link. It's fully hosted by APFIN — no frontend work on your side at all.

POST /api/v1/envelopes
{ signUrl }
Embedded

Iframe

Drop the signing page inside your own portal or app so the signer never leaves your product.

<iframe src="apfin.co.za/sign/{token}">
Native

JS widget

Mount the signature pad directly inside your own page, styled to match your product.

APFIN.mount('#pad', { token })