Simulate a Deposit Transaction

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, SWIFT).
  • 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" }

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
Click Try It! to start a request and see the response here!