cURL
curl --request GET \ --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payouts/countries \ --header 'Authorization: Bearer <token>'
{ "data": { "countries": {} } }
Lists supported payout countries and fiat currencies.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Countries retrieved successfully
Show child attributes
Was this page helpful?