curl --request GET \
--url https://api.sandbox.tracefinance.com/api/beneficiaries/{beneficiaryId} \
--header 'Authorization: Bearer <token>'Retrieves the details of a beneficiary by its ID.
curl --request GET \
--url https://api.sandbox.tracefinance.com/api/beneficiaries/{beneficiaryId} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
UUID of the beneficiary.
Beneficiary details.
An external beneficiary registered for withdrawals.
"ben-a1b2c3d4-5e6f-7890-abcd-ef1234567890"
Customer that owns this beneficiary.
The person or company that receives funds. Discriminated by type.
Show child attributes
Whether the beneficiary is the customer themselves (SELF_OWNED) or a separate party (THIRD_PARTY).
SELF_OWNED, THIRD_PARTY Show child attributes
"2026-04-14T10:30:00Z"
"2026-04-14T10:30:00Z"
Was this page helpful?