Set payout payee (admin)
Add or update the payout bank details for one legal payout entity in one payout currency. Upserts by (entityName, currency): one bank account per entity per currency, and the beneficiary name must match the account holder — the legal entity itself. accountNumber is write-only and required the first time the payee is set; omit it on later updates to keep the stored value. Admin-only.
Authorizations
API key or access token
Query Parameters
Direct child customer to read or update from an authorized parent billing organization
^[1-9][0-9]*$Body
Label for the legal payout entity this bank account belongs to (e.g. "Acme Media India Pvt Ltd"). Together with the payout currency it identifies the payee: one bank account per entity per currency.
1 - 255Legal name of the payout beneficiary — the account holder the bank pays, exactly as it appears on the bank account.
1 - 255Beneficiary street address, line 1.
1 - 255Beneficiary city.
1 - 128Beneficiary postal/ZIP code.
1 - 32Beneficiary country as an ISO 3166-1 alpha-2 code (e.g. "US", "GB").
^[A-Z]{2}$"US"
Which bank identifier system bankIdentifierValue uses: FEDWIRE_ABA (US Fedwire/ABA routing number, 9 digits), CHIPS_ABA (CHIPS ABA number, 9 digits), SWIFT_BIC (SWIFT/BIC code, 8 or 11 characters), or BANK_CODE (a local/domestic bank code for banks without a SWIFT-BIC).
FEDWIRE_ABA, CHIPS_ABA, SWIFT_BIC, BANK_CODE The bank identifier itself, matching bankIdentifierType: a 9-digit Fedwire/ABA routing number, a 9-digit CHIPS ABA number, an 8/11-character SWIFT-BIC, or a local bank code (1–34 letters/digits/dashes).
1 - 34Payout currency as a 3-letter uppercase ISO 4217 code — the currency Scope3 pays this account out in.
^[A-Z]{3}$"USD"
Beneficiary street address, line 2 (optional).
255Beneficiary state/province/region (optional).
128Bank account number OR IBAN (6–34 alphanumeric characters; spaces are stripped). Never returned in full by the API — reads expose only the last 4 characters. Required the first time payout details are set; may be omitted on later updates to keep the stored account number unchanged.
Set true to make this the customer's PRIMARY payout entity (the one returned as payoutDetails on GET /billing), demoting any other primary payee. Omit to leave the current primary/non-primary status unchanged. Exactly one payee per customer is primary: a customer's FIRST payee always becomes the primary regardless of this field.
Response
Set payout payee (admin)
A payout payee — the bank account for one legal payout entity in one payout currency (masked: the account number is reduced to its last 4 characters).