Table of Contents
Add Individual Beneficiary #
Adds another 10nPay user to the caller’s beneficiary list.
Endpoint #
POST https://api-test.10npay.com/app/{beneficiaryId}/add-individual-beneficiary
Path Parameter #
| Name | Description |
|---|---|
beneficiaryId |
User ID of the friend to add. |
Headers #
Authorization: Bearer <access_token>Accept: application/json
Body #
No body required; the backend uses the authenticated user as the source.
Response #
- 200 OK – returns
"success". - 400 – already added / invalid ID.
- 404 – user not found.
