Recipients
List recipients
GET
List recipients
Authorizations
Access token from POST /auth (the data.access_token value).
API key issued by Kira. Required on every request, including /auth.
Headers
Example:
"2026-04-14"
Previous
Create a recipientCreate a SWIFT recipient (international wire). Note for SWIFT:
- **`account.bank_address` is REQUIRED (WIRE and SWIFT) and must be a structured object** (`street_name, city, state, postal_code, country`; each line min 1; `country` exactly 2 ISO letters). For ACH / USD / INSTANT\_PAY, `bank_address` is instead a free-text **string (max 500)**.
- **Top-level `email` is REQUIRED** for WIRE / ACH / SWIFT recipients; SWIFT additionally requires `phone`. Omitting `account.bank_address` → `400 "account.bank_address: Required"`.
- Top-level `address` must also be a structured object (alpha-2 `country`).
- `account_number` (SWIFT): **min 4, no max**, may include letters (supports IBAN). `swift_code`: **exactly 8 or 11**.
- There is **no `holder_name`** field — it is silently ignored. The holder is taken from `first_name` / `last_name` (individual) or `company_name` (business).
See the folder description for the full per-field character limits.
Next
List recipients