---
title: "Create a beneficiary"
method: POST
path: "/beneficiaries"
---

# Create a beneficiary

`POST /beneficiaries`

## Request body

- union
  - object
    - `channel` string, required
    - `name` string, required
    - `account_number` string, required
    - `email` string, required
    - `phone` string
    - `description` string
    - `country` string
    - `reference` string
  - object
    - `channel` string, required
    - `name` string, required
    - `account_number` string, required
    - `email` string
    - `phone` string, required
    - `description` string
    - `country` string
    - `reference` string

## Response `201`

Beneficiary created

- object
  - `code` integer, required
  - `status` string, required
  - `message` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

---

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