Register an intercompany recipient for whitelisting
Registers a bank recipient as an intercompany counterparty for this customer. The entry starts in pending_review; compliance review outcomes are signalled via whitelist_recipient.* webhooks. Only registered entries satisfy purpose=intercompany payouts. Identical resubmissions return the existing entry. Resubmitting with the same bank details but different attributes (name, relationship, documents) returns 409 WHITELIST_RECIPIENT_CONFLICT.
Authorizations
Headers
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.
1 - 128^[A-Za-z0-9_.:-]{1,128}$Path Parameters
Body
- Option 1
- Option 2
- Option 3
US domestic bank recipient, identified by ABA routing + account number.
us ABA routing number (9 digits, checksum-validated).
US bank account number.
4 - 64Relationship between the customer and the recipient: self (the customer's own account) or group_entity (another entity in the customer's corporate group).
self, group_entity Legal name of the bank account holder.
255Ids of previously uploaded documents (doc_*) evidencing the intercompany relationship (e.g. ownership chart, bank statement). At least one is required.
1 - 100 elements^doc_[0-9A-Za-z]{22}$Optional human-readable label.
140Response
^wlr_[0-9A-Za-z]{22}$^cus_[0-9A-Za-z]{22}$us, swift Bank account number, normalized (spaces and dashes stripped) — US, or SWIFT recipients registered by BIC + account number. Null for IBAN-registered recipients.
ABA routing number. Null for SWIFT recipients.
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, normalized (spacing and case). Null for US recipients and BIC-registered SWIFT recipients.
self, group_entity pending_review, registered, suspended, revoked, rejected ^doc_[0-9A-Za-z]{22}$ISO 8601 timestamp
"2026-01-15T09:30:00.000Z"
ISO 8601 timestamp
"2026-01-15T09:30:00.000Z"