v1.0.36
This release introduces public Transaction RFI APIs, enabling clients to list and retrieve RFI cases, submit requested information, upload supporting files, and proactively provide transaction details. It also adds native ETH and SOL support across crypto and conversion, and bank account-verification micro-deposit statuses and webhooks for fiat.
Transaction RFI APIs
- List and retrieve RFI cases raised against a transaction.
- Submit the requested information for an open case.
- Upload supporting files for a case.
- Proactively provide transaction details before an RFI is raised.
Native ETH & SOL
-
Crypto deposits and withdrawals now support native ETH on Ethereum and native SOL on Solana, alongside the existing stablecoin rails on those networks.
-
Conversion (buy/sell) is live for the following pairs:
Base Quote ETH USD, USDT, USDC SOL USD, USDT, USDC -
ETHandSOLare accepted wherever an asset symbol is accepted: deposit instructions, withdrawals, quotes, conversions, balances, and transactions.
Fiat Micro-Deposits
Some receiving banks send a sub-$1 verification micro-deposit and then reverse it. Both legs are recorded as transactions but are never credited to or debited from your balance, and are excluded from balance totals.
New statuses
| API | Status | Meaning |
|---|---|---|
| Transactions | MICRO_DEPOSIT | Verification micro-deposit received (credit leg). Terminal, never credited. |
| Transactions | MICRO_DEPOSIT_REVERSED | Micro-deposit reversal (debit leg). Terminal, never debited. |
| Withdrawals | MICRO_DEPOSIT_REVERSED | Same reversal leg, surfaced on the withdrawal resource. |
New webhook events
| Event Name | Description |
|---|---|
micro_deposit.received | Verification micro-deposit received; funds are not credited. |
micro_deposit.reversed | Verification micro-deposit reversed; funds are not debited. |
These events are emitted instead of deposit.completed / withdrawal.completed, since no funds move. Treat both statuses as terminal and informational — no reconciliation action required.
