post
https://api.sandbox.1money.com/v1/customers//simulate-transactions
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:
| Value | Description |
|---|---|
FAILED | Simulates a failed deposit |
Example: { "asset": "USD", "network": "US_ACH", "amount": "100.00", "simulate_status": "FAILED" }
