---
title: "Patch User Beneficiary"
method: PATCH
path: "/users/{userId}/beneficiaries/{beneficiaryId}"
tags: ["User Beneficiaries"]
---

# Patch User Beneficiary

`PATCH /users/{userId}/beneficiaries/{beneficiaryId}`

Patch the beneficiary details for a given application user and beneficiary

## Path parameters

- `beneficiaryId` string, uuid, required — Beneficiary Id
- `userId` string, uuid, required

## Headers

- `sub-application` string, uuid

## Response `200`

OK

- UserBeneficiaryResponse — The user beneficiary response.
  - `meta` ResponseMeta
    - `tracingId` string
  - `data` UserBeneficiaryData — Beneficiary data response.
    - `beneficiaryId` string, uuid — id of the beneficiary
    - `status` 'PENDING' | 'VERIFIED' | 'REJECTED' — Status of the beneficiary check.
    - `details` object — Beneficiary response with the details of the VoP result.
      - `name` string, required — name of the beneficiary
      - `match` UserBeneficiaryMatch — Details of the match given by the institution.
        - `status` 'FULL_MATCH' | 'CLOSE_MATCH' | 'NO_MATCH' | 'EXEMPTED' | 'VERIFICATION_CHECK_NOT_POSSIBLE'
        - `closeMatchName` string — the name returned by the institution, in a case of CLOSE_MATCH
      - `accountIdentifier` AccountIdentifier, required — Account's details.
        - `type` 'IBAN', required
        - `identification` string, required — Account's IBAN

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `429` — Too many requests
- `500` — Internal error

---

[API](https://skmtc.net/yapily/apis/yapily-api.md) · [All operations](https://skmtc.net/yapily/apis/yapily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yapily/yapily-api/versions/a8ca54f9eb9f/schema)
