Skip to main content
GET
Get Payment Destination
Fetches a single payment destination with masked account fields. No request body.

Path Parameters

string
required
Id of the parent account (e.g. acct_...).
string
required
Id of the parent beneficiary (e.g. bene_...).
string
required
Destination id (e.g. dest_…).

Response

Returns the full payment_destination object. Account identifiers are always masked.
string
Destination id (e.g. dest_…).
string
Parent beneficiary id.
enum
Always bank_account.
enum
active, pending, or disabled.
enum | null
Primary payment method: wire, ach, fedwire, spei, pix, manual.
array
All supported payment methods (defaults to []).
string | null
Masked account number, e.g. ****7890.
string | null
Masked CLABE (Mexico).
string | null
Masked IBAN, e.g. GB29****6819.
string | null
Masked PIX key (Brazil).
boolean
Whether this is the beneficiary’s default destination.
The response also echoes country, currency, label, account_name, swift_code, routing_number, bank_name, bank_address, the correspondent-bank fields, account_holder, and the standard envelope fields (object, created, updated, created_by, updated_by).