{{ title() }}

Bank routing details are collected by the payout provider, not this application. After this step the provider will run KYC and notify us when the account is ready for payouts.

@if (reusable().length > 0) { Reuse an existing account

You already have a payout account on {{ reusable().length === 1 ? 'another partner' : 'other partners' }}. You can reuse it here (no KYC redo) if the currency matches.

@for (acc of reusable(); track acc.providerAccountId) { {{ acc.partnerCaption }} — {{ acc.countryCode }} / {{ acc.currency }} ({{ acc.provider }}) }
} Set up a new account

Opens the provider's secure onboarding page. You'll be asked for bank routing details and government ID. The process usually takes a few minutes.

@if (errorMessage()) {

{{ errorMessage() }}

}
@if (showBack()) { }