All requests to the
/v2/users/* endpoints must include both the client_id and api_key as detailed in the Authentication document.Generate a Link
Method
Make a request to the /v2/users/wallet/payout endpointStyling
The contents of the link can be styled through URL variables. The variables can be appended to the end of the link. For example:https://senddotssandbox.com/payout/Bug3toxuH6QCv9au820z5iZPfmQvZohAvMaNrpIASGXzk9asgkldjla?iframe=true&bgColor=000000&textColor=ffffff
The available variables are:
| Variable | Description |
|---|---|
| iframe | If set to true, the link will be rendered for use in an iframe |
| bgColor | The background color of the iframe. Set as hex code without the #. eg. 000000 |
| textColor | The text color of the iframe. Set as hex code without the #. eg. ffffff |
| darkMode | If set to true of the bgColor is ‘dark’. |

