GuidesAPI ReferenceChangelog
Changelog

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:

    BaseQuote
    ETHUSD, USDT, USDC
    SOLUSD, USDT, USDC
  • ETH and SOL are 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

APIStatusMeaning
TransactionsMICRO_DEPOSITVerification micro-deposit received (credit leg). Terminal, never credited.
TransactionsMICRO_DEPOSIT_REVERSEDMicro-deposit reversal (debit leg). Terminal, never debited.
WithdrawalsMICRO_DEPOSIT_REVERSEDSame reversal leg, surfaced on the withdrawal resource.

New webhook events

Event NameDescription
micro_deposit.receivedVerification micro-deposit received; funds are not credited.
micro_deposit.reversedVerification 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.