cURL
curl --request GET \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/payment-methods/secret
{ "clientSecret": "<string>" }
Fetches a setup secret to initialize payment method configuration for the brokerage firm.
the brokerageFirm id
Payment method setup secret retrieved.
Client secret to setup a payment method
Was this page helpful?