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
- The client acceptsThe client
offer.acceptedCarries the deal reference and the offer id.
- Upload the agreementYou
PUT /deals/{ref}/agreementYour execution-ready PDF. It renders full page inside the clientโs completion view. Do this as soon as the acceptance event arrives.
- The client confirms the payout accountThe client
deal.account_submittedIndependent of the upload above, and happening on the clientโs side in the same flow. Pull the details with GET /deals/{ref}/bank-account.
- SignatureThe client
deal.agreement_signedDual confirmation, plus a verification record of the signer identity, timestamp and address. Signing unlocks only once your agreement is uploaded.
