Function Signature
Description
Simulates a fiat deposit against a Noah payment method so you can exercise the payin flow end to end without moving real money.
This endpoint is sandbox-only. Calling it against a production environment fails with a 400 client error — Simulate fiat deposit is only available in sandbox environments. Guard the call behind your own environment check rather than shipping it in a production code path.
Parameters
Returns
NoahSimulatePayinResponse — an envelope containing:
NoahSimulatePayinData:
Example
Errors