Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Body

application/json
name
string
required
Example:

"John Doe"

countryCode
string
required

The country code of the beneficiary in ISO 3166-1 alpha-2 format

Example:

"KE"

currency
string
required

The currency of the beneficiary in ISO 4217 format

Example:

"KES"

paymentDetails
object
required
kyc
object
required

KYC attributes for a beneficiary

email
string<email>
Example:

"john.doe@example.com"

Response

Beneficiary created response

id
string<uuid>
Example:

"0a8753af-7f6b-4bc0-b144-7deea6c7ff1e"