Beneficiaries
Create beneficiary
Create a new beneficiary for a user
POST
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the user
Example:
"c06f3427-3bbe-4d70-9a54-28acda267e48"
Body
application/json
Example:
"John Doe"
The country code of the beneficiary in ISO 3166-1 alpha-2 format
Example:
"KE"
The currency of the beneficiary in ISO 4217 format
Example:
"KES"
Example:
"john.doe@example.com"
Response
Beneficiary created response
Example:
"0a8753af-7f6b-4bc0-b144-7deea6c7ff1e"