Overview
A payee is an external bank account recipient you can pay. You create a payee once with its bank details, then reference it byid whenever you initiate a
payment. Payees are reusable, so the bank details and any
compliance checks live with the payee rather than being re-supplied per payment.
List payees
Page through every payee you’ve created.
Create a payee
Add an external recipient with its bank details.
Payee object
Unique Balansas identifier (UUID). Reference this when initiating a payment.
Banking partner payee ID (reference only).
Payee / beneficiary name (1–200 characters).
PERSON or BUSINESS.EUR, GBP, or USD.Bank account number or IBAN.
Payee lifecycle status. See Status values.
ISO 8601 timestamp.
Creating a payee
The create request needs the name, type, currency, address, and currency-shaped bank details.1–200 characters. For
PERSON payees tied to an end user, this must match
the end user’s registered name (see Compliance for end users).PERSON or BUSINESS.USD, EUR, or GBP.line1, city, postalCode, country (2-letter ISO) required; line2 and
stateRegion optional.Bank details — fields vary by currency, see below.
UUID. Link the payee to an end user.
UUID. Provision under a Balansas-managed master business in PPA Mode.
Bank details by currency
EUR
EUR
iban(max 34 chars),bic(max 11 chars), optionalaccountHolderName.
GBP
GBP
sortCode(max 10 chars),accountNumber(max 50 chars), optionalaccountHolderName.
USD (ACH / domestic wire)
USD (ACH / domestic wire)
routingNumber(ABA, max 9 chars),accountNumber(max 50 chars),accountType(CHECKINGorSAVINGS). The payment scheme is chosen at payment time.
USD (SWIFT)
USD (SWIFT)
- The ACH/wire fields above plus
bic,bankName,bankAddressLine1,bankAddressCity,bankAddressPostalCode, andbankAddressCountry(2-letter ISO).
Status values
| Status | Meaning |
|---|---|
active | Approved and ready to receive payments. |
processing | Being verified by the banking provider. |
compliance_review | Needs manual review (usually a name mismatch for an end user). |
blocked | Blocked; cannot receive payments. |
closed | Closed; terminal. |
Compliance for end users
When you create aPERSON payee for an end user, the payee name must match
the end user’s registered name. Names are validated case-insensitively and allow
middle initials; a mismatch lands the payee in compliance_review.
For an end user named “John Michael Smith”:
- Valid: “John Smith”, “John M Smith”, “Smith, John”
- Invalid: “Acme Corp”, “Jane Doe”
Using payees in payments
Once a payee isactive, initiate an outgoing payment by referencing its id.
The currency, bank details, and destination all come from the payee, so the
payment request just specifies the source account, amount, and scheme.
Payments
See how payees are consumed when moving money.

