Skip to main content
GET
Get Beneficiary
Fetches a single beneficiary, including its nested payment_destinations array (available destinations only). There is no request body.

Path Parameters

string
required
Id of the parent account (e.g. acct_...).
string
required
Beneficiary id (e.g. bene_...).

Response

Returns 200 with the beneficiary object. Key fields:
enum
active | disabled.
bool
Whether the beneficiary has been verified. Not client-editable.
PaymentDestination[]
Nested payment destinations owned by this beneficiary. Account fields are masked (the client never sees full account numbers). See the Payment Destinations section for the full object.