Register a seller
code402_register_sellerRegister a seller on the code402 gateway (or update its name — the payout wallet is immutable once set; re-binding requires EIP-191 proof): POST /v1/sellers with { id, wallet, name }. Payments for the seller's listings settle directly to this wallet (non-custodial). Registration is free; fees are 0.099% of settled volume, invoiced monthly against receipts (accrued until $9). Pro is $9/mo at 0% take. Returns { sellerId, wallet, storefront }. Prove wallet ownership later via the gateway's EIP-191 verify-challenge flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Seller slug, e.g. 'acme' | |
| name | Yes | Human-readable seller name | |
| wallet | Yes | EVM wallet that receives USDC payments |