trade_create_invoice
Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Free-form invoice memo (PO number, goods description) | |
| buyer_did | Yes | DID of the SMB buyer | |
| amount_usd | Yes | Invoice amount in USD (max $250,000 for MVP) | |
| settle_chain | Yes | base, ethereum, or solana | |
| supplier_did | Yes | DID of the overseas supplier | |
| settle_currency | Yes | USDT or USDC | |
| supplier_payout_address | Yes | Supplier's receiving address on the chosen chain |