{% extends "__base" %} {% import "_dashboard_toast" as dashboard_toast %} {% import "_dashboard_header" as dashboard_header %} {% import "_dashboard_menu" as dashboard_menu %} {% block title %}Trackers | Dashboard{% endblock title %} {% block stylesheets %} {{ super() }} {% endblock stylesheets %} {% block javascripts %} {{ super() }} {% endblock javascripts %} {% block body %} {{ dashboard_header::header(config=config) }}
{{ dashboard_menu::menu(config=config, common=common, sidebar="", selected="account", infobox_title="Manage your account.", infobox_label="Configure your bank account and legal information for payouts.") }}

Account


Payout recipient

As every affiliate country is different, we don’t have a strict way to collect recipient account details.

Thus, we ask you to select the recipient account type (eg. PayPal) and manually write the account details (eg. PayPal email).

We also ask you to enter your country, address and full name for invoicing purposes.

{{ dashboard_toast::toast() }} {% endblock body %}