Get a payee
GET
/beneficiaries/{id} Returns the trusted payee identified by id, including its recipient and destination details.
A trusted payee is a saved recipient belonging to one identity. Reference it by beneficiaryId when creating a send or outgoing wire transfer. Eligible transactions to a trusted payee can skip Strong Customer Authentication and report TRUSTED_BENEFICIARY as their challenge exemption reason.
Request
Path parameters
Responses
200OK
Success
Headers
Body
application/json
BeneficiaryBeneficiary · object · 9 fields
Response example
{ "trustLevel": {}, "externalRefs": [ "string" ], "group": "string", "beneficiaryInformation": { "businessName": "string" }, "beneficiaryDetails": { "instrument": { "id": "123456789", "type": "managed_accounts" } }, "id": "string", "relatedOperationBatches": [ { "batchId": "123456789", "operation": "CREATE" } ], "state": "INITIALISED", "validationFailure": "INSTRUMENT_DETAILS_NOT_FOUND"}