GuidesAPI ReferenceChangelog
API Reference

Simulate Deposit

Simulates a deposit transaction for testing purposes. Only available in non-production environments.

Asset & Network Requirements

  • For token assets (USDT, USDC, MXNB), network is required and must be a wallet network (e.g., ETHEREUM).
  • For currency assets (USD), network must be a bank network (US_ACH, US_FEDWIRE, US_RTP, SWIFT, CUBIX, BANK_TRANSFER, PIX_TRANSFER).
  • Amount Limit: Simulation amount must be greater than zero and cannot exceed 1000.

Deposit Status Simulation

Use the simulate_status field to simulate different deposit states:

ValueDescription
FAILEDSimulates a failed deposit

Example: { "asset": "USD", "network": "US_ACH", "amount": "100.00", "simulate_status": "FAILED" }

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Customer ID

Body Params
string
required
  • Stablecoin assets: USDC, USDT, PYUSD, RLUSD, USDG, USDP, EURC, MXNB, 1USD(1USD/USDC conversion only, deposit/withdrawal not supported)
  • Digital assets: BTC
  • Fiat currencies: USD
string
required
string
required

Deposit amount

string | null

Optional reference-code/memo/message for the transaction (only used for fiat deposits)

string | null

Optional simulation status for sandbox testing. Supported values: "FAILED"

Responses

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json