Capvant

White-label completion

Offers, acceptance and signing, done inside your own brand.

Everything after acceptance can run on Capvant infrastructure: the client confirms their business bank account, reviews your funding agreement, and signs it - all inside the marketplace, under full e-signature evidence. You drive it entirely through this API and webhooks; no redirect, no second journey, no UI to build.

The sequence

From acceptance to signatureAll of it inside the marketplace, under e-signature evidence. No redirect and no second journey to build.
  1. The client acceptsThe clientoffer.accepted

    Carries the deal reference and the offer id.

  2. Upload the agreementYou
    PUT /deals/{ref}/agreement

    Your execution-ready PDF. It renders full page inside the clientโ€™s completion view. Do this as soon as the acceptance event arrives.

  3. The client confirms the payout accountThe clientdeal.account_submitted

    Independent of the upload above, and happening on the clientโ€™s side in the same flow. Pull the details with GET /deals/{ref}/bank-account.

  4. SignatureThe clientdeal.agreement_signed

    Dual confirmation, plus a verification record of the signer identity, timestamp and address. Signing unlocks only once your agreement is uploaded.

The client moves itYou move it

On this page