cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payouts/quote \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "channelId": "<string>", "cryptoCurrency": "<string>", "fiatAmount": "<string>", "fiatCurrency": "<string>", "form": {}, "paymentMethodId": "<string>" } '
{ "data": { "payoutId": "<string>", "formSessionId": "<string>", "cryptoAmountEstimate": "<string>", "totalFee": "<string>", "nextStep": {} } }
Validates payout form input and returns quote details plus a payout intent ID.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Payout quote created successfully
Show child attributes
Was this page helpful?