Wise payouts
Open a Wise Business account, create a full-access API token, and connect it with your profile ID.
Where this happens
Partners are paid into their bank from your Wise Business balance, in their currency. We prepare each transfer in your Wise account. We never touch the money.
You'll paste two things into the connection panel:
- API token
- Business profile ID
Both come from a verified Wise Business account. Have one? Skip to step 2. Otherwise allow 15 minutes, plus 1 to 3 business days for Wise.
1. A verified Wise Business account
Wise verifies your business, then holds the balance payouts come from.
- Open a business account at wise.com/business, or add a business profile to your personal one.
- Give Wise your legal name, registration number, address and what you do.
- Add directors and significant owners. Use the name on the bank you'll fund from.
- Upload the documents Wise asks for. It emails you once you're verified.
- Open a balance in each partner currency, and add money from your bank.
2. An API token with full access
Make a Full access token and copy it. Wise shows it once.
- Open the profile menu and choose Your Account.
- Choose Connect and manage apps, then API tokens, then Add new token.
- Pass the two-step check. Name it
AffiliateRailand set Full access. - Copy the token now.
A read-only token can't create transfers, so it won't verify. Never share the token. If it leaks, Revoke it and save a new one.
3. Your business profile ID
Paste the token into the panel and choose Find my business profile.
- Pick the Business profile Wise lists, and the ID fills in.
- Nothing saves until you choose Save and verify.
- Finding it yourself? It's the number Wise's profiles endpoint returns, usually eight digits.
4. Who approves each transfer
It depends where your business is registered. Money leaves only when you or Wise release it.
- US, Canada, Australia, New Zealand, Singapore or Malaysia: Wise pays from your balance by itself.
- UK, the EEA or anywhere else: Wise makes you approve each one, like this.
- We draft the transfer in your Wise account and email you.
- You sign in to Wise, open the transfer and pay it from your balance.
- The payout is marked paid here once Wise sends it.
Quote cannot be accepted with this request due to missing approval? An approval rule covers all payments. Remove it, or exclude API payments.
5. In AffiliateRail
Save both, then send a one-unit test.
- Paste both into the panel, with This is a sandbox token off.
- Paying from another currency's balance? Set Fund transfers from this balance under Advanced.
- Choose Save and verify. A green tick with your business name means it worked.
- Test with a bank account you control, like your business account.
- Choose Send 1.00 in your currency, such as one pound. That's Wise's minimum.
- Needs approval? Approve it in Wise, and the status updates here.
- Then turn on automatic payouts, or send batches by hand from Payouts.
Wise converts at its own rate. The portal checks partners' bank details the way Wise does, so typos never become failed payouts. Wise pays only an IBAN, or account and routing number for US dollars. Emails and Wise tags fail.
Optional: rehearse in Wise's sandbox
Pretend money, to watch a transfer go through first.
- At wise-sandbox.com, create an account, a business profile and a personal API token.
- It's separate: your real login won't work, and no real money moves.
- Top up with the Add money simulation, or Wise's top-up simulation endpoint.
- Use GBP, USD or EUR, which work there.
- Save here with This is a sandbox token on. Test with a sandbox bank account.
Optional: for your developer
Approve UK or EEA transfers without a login by registering a public key.
- On your computer, run
openssl genrsa -out wise-private.pem 2048. - Then run
openssl rsa -in wise-private.pem -pubout -out wise-public.pem. - In Wise, upload
wise-public.pemwhere your connected apps settings manage public keys. - Paste the contents of
wise-private.peminto Signing key, under Advanced in the panel.