Skip to main content
Onboard each of your customers by verifying their identity (KYC) and attaching their wallet and bank account. There is a single flow:
  1. Create the customer’s organization via the API.
  2. Launch them into Etherfuse’s hosted /idv flow, which collects their identity document, runs the identity/liveness check, and captures the required agreement signatures, all in one hosted step.
  3. Register their wallet and bank account via the API, before or after /idv.
It works the same in sandbox as in production.
One flow, one hosted step. Identity verification and agreement signing both happen inside /idv. You no longer submit identity fields, upload ID images, or run a separate agreements launch over the API; those endpoints are deprecated. The partner’s job is: create the org, launch /idv, and attach a wallet and bank account.
What the customer does in /idv (production). Etherfuse verifies identity with a government-issued ID plus a live selfie (face match + liveness), and the customer signs the required agreements. There’s no single mandated document; any valid government ID works. Most customers are approved automatically; Etherfuse may review a submission before approving.In sandbox, the checks don’t actually run. See Completing /idv in sandbox.
1

Create the customer's organization (POST /ramp/organization)

2

Launch the customer into /idv

3

Register the customer's wallet and bank account (via API)

4

Monitor status

Completing /idv in sandbox

In sandbox the identity checks don’t actually run, so you can complete /idv with fake data: upload any document images you like for the ID and selfie steps and the verification will pass. No real personal information is required.The one exception: Mexico. If the customer selects Mexico, they must upload a Constancia de Situación Fiscal (the SAT tax-status PDF) at the tax-document step, or the flow won’t pass. Any constancia works; it just needs to look like a valid one. Use this example constancia for testing, or any real constancia with any data in it.

Reference