---
title: "Create Beneficiary"
method: POST
path: "/users/{userId}/beneficiaries"
tags: ["User Beneficiaries"]
---

# Create Beneficiary

`POST /users/{userId}/beneficiaries`

Creation of beneficiaries for a given application User.

## Path parameters

- `userId` string, uuid, required

## Headers

- `sub-application` string, uuid

## Request body

- object — User Beneficiary details.
  - `name` string, required — name of the beneficiary
  - `accountIdentifier` AccountIdentifier, required — Account's details.
    - `type` 'IBAN', required
    - `identification` string, required — Account's IBAN

## 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)
