cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payouts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payoutId": "<string>", "sourceAddress": "<string>", "expiry": "2023-11-07T05:31:56Z", "nonce": "<string>", "network": "<string>" } '
{ "data": { "destinationAddress": "<string>", "conditions": [ { "amountConditions": [ { "comparisonOperator": "<string>", "value": "<string>" } ], "cryptoCurrency": "<string>", "network": "<string>", "destinationAddress": "<string>" } ] } }
Initiates an onchain-deposit-to-payment-method workflow from a prepared payout intent.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Unique idempotency nonce for the payout request. Must not be reused across different transactions.
36
CAIP-2 chain ID.
Show child attributes
Payout initiated successfully
Was this page helpful?