Every example on this page is a signed request.
$SIGNATURE is computed per request over a
canonical string — see Authentication. Bearer tokens are not accepted.Create a beneficiary
Required fields
string
required
The registered name on the destination account. This is the name checked against the account on
the fiat rails.
string
required
Business or Personal. The API reference marks this optional because older clients omit it —
partners must send it, and a request without it is rejected.boolean
required
Whether the account belongs to you. Send
false when paying a third party.string
required
Sepa, Swift or Wallet. The rail fixes what the beneficiary can receive and cannot be
changed afterwards.object
required
The identifiers for that rail. Which subfields are required depends on
rail — see below.railDetails per rail
Optional fields
string
Your own label for this destination. Handy when one counterparty has several accounts.
string
ISO 3166-1 alpha-2, exactly two characters.
string
The id of a completed payee-verification check, where your flow runs one first.
The API reference also lists
accountType and account as an alternative to rail and
railDetails. That pair is a legacy shape kept working for older clients — use rail and
railDetails for anything new.Response
201 Created. The response carries the id you pay against, and accountMasked alongside the
full account.
List beneficiaries
rail, accountType, beneficiaryName, alias, name, isAccountOwner, id and
createdAt; page with page and pageSize; order with sortBy and sortDirection.
Read one
404, not 403.
Update
Only the label is editable. The id goes in the body, not the path.string
required
The beneficiary to rename.
string
required
The new alias.
string
An optional display name.
Account details are immutable. There is no way to repoint a beneficiary at a different IBAN
or wallet address — create a new one and delete the old. That is deliberate: a destination that
can be edited is a destination that can be edited by mistake.
Delete
204 No Content. Past payouts to the beneficiary are unaffected — deleting it removes the
destination, not the history.
Errors
Next
Fiat payouts
Pay a
Sepa or Swift beneficiary.Stablecoin payouts
Pay a
Wallet beneficiary.