cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payins/simulate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "paymentMethodId": "<string>", "fiatAmount": "<string>", "fiatCurrency": "<string>" } '
{ "data": { "fiatDepositId": "<string>" } }
Simulates a fiat deposit for a Noah payment method in sandbox environments.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Noah payment method ID.
Positive fiat amount to simulate.
ISO-4217 fiat currency code.
Fiat deposit simulated successfully
Show child attributes
Was this page helpful?