Set up the wallets and bank accounts your organization needs before creating orders
Before you can create quotes or orders, your organization needs at least one registered wallet and one active bank account. You can set these up via the API (shown below) or through the Etherfuse dashboard at devnet (sandbox) / production.
Wallets and bank accounts registered here belong to your organization (the parent org). For onboarding your customers and their accounts, see Onboarding Customers.
Complete KYB before going to production. We strongly recommend verifying your organization (Know Your Business) with Etherfuse before setting up production accounts. KYB simplifies wallet onboarding by letting you claim ownership at the organization level, can make you eligible for reduced fee tiers, and ensures your accounts are managed under your company’s identity rather than individual credentials. Contact your Etherfuse representative to start the KYB process.
Set claimOwnership: true — Claiming ownership links the wallet’s KYC status to your organization’s KYB status, so the wallet is automatically compliant. Without this flag, you’ll need to complete individual KYC for each wallet you register.
This endpoint is idempotent — registering an already-active wallet returns the existing record. If the wallet was previously soft-deleted, it will be restored.
2
Check Wallet Status — GET /ramp/wallet/{wallet_id}
Treat production bank account registration as permanent. Mexican banking regulations make it extremely difficult to change or replace a bank account once it has been registered under a given RFC. Double-check the CLABE, RFC, and CURP before submitting in production. Errors may require manual intervention with Etherfuse support and can delay your ability to transact.
1
Register a Bank Account — POST /ramp/customer/{customer_id}/bank-account
The example above shows a personal account. Business accounts use a different field set — see the Onboarding — Programmatic guide for the full bank account field reference including business accounts.
2
Check Bank Account Status — GET /ramp/bank-accounts