Skip to main content
POST
Register an intercompany recipient for whitelisting

Authorizations

x-api-key
string
header
required

Headers

Idempotency-Key
string
required

Caller-generated unique key that lets the server safely replay this request. The cached response is returned for 5 minutes on any retry with the same key from the same API principal. Required on every state-changing money-moving or resource-creating POST.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9_.:-]{1,128}$

Path Parameters

customerId
string
required

Body

application/json
rail
enum<string>
required

US domestic bank recipient, identified by ABA routing + account number.

Available options:
us
routingNumber
string
required

ABA routing number (9 digits, checksum-validated).

accountNumber
string
required

US bank account number.

Required string length: 4 - 64
relationship
enum<string>
required

Relationship between the customer and the recipient: self (the customer's own account) or group_entity (another entity in the customer's corporate group).

Available options:
self,
group_entity

Legal name of the bank account holder.

Maximum string length: 255
evidenceDocumentIds
string[]
required

Ids of previously uploaded documents (doc_*) evidencing the intercompany relationship (e.g. ownership chart, bank statement). At least one is required.

Required array length: 1 - 100 elements
Pattern: ^doc_[0-9A-Za-z]{22}$
label
string

Optional human-readable label.

Maximum string length: 140

Response

id
string
required
Pattern: ^wlr_[0-9A-Za-z]{22}$
customerId
string
required
Pattern: ^cus_[0-9A-Za-z]{22}$
rail
enum<string>
required
Available options:
us,
swift
accountNumber
string | null
required

Bank account number, normalized (spaces and dashes stripped) — US, or SWIFT recipients registered by BIC + account number. Null for IBAN-registered recipients.

routingNumber
string | null
required

ABA routing number. Null for SWIFT recipients.

bic
string | null
required

BIC of the recipient bank (canonicalized to the 11-character form), for SWIFT recipients registered by BIC + account number. Null otherwise — for IBAN-registered recipients the IBAN alone is the matched identity, so supply the bank's BIC yourself when creating a payout.

iban
string | null
required

IBAN, normalized (spacing and case). Null for US recipients and BIC-registered SWIFT recipients.

relationship
enum<string>
required
Available options:
self,
group_entity
status
enum<string>
required
Available options:
pending_review,
registered,
suspended,
revoked,
rejected
evidenceDocumentIds
string[]
required
Pattern: ^doc_[0-9A-Za-z]{22}$
label
string | null
required
rejectionReason
string | null
required
createdAt
string<date-time>
required

ISO 8601 timestamp

Example:

"2026-01-15T09:30:00.000Z"

updatedAt
string<date-time>
required

ISO 8601 timestamp

Example:

"2026-01-15T09:30:00.000Z"