Skip to main content
PATCH
Update a beneficiary label

Authorizations

Authorization
string
header
required

A secret NorthFond business API key. Keep it on your server.

Headers

Idempotency-Key
string
required

A unique key for this logical write operation. Reuse it when retrying the exact same request.

Required string length: 8 - 255

Path Parameters

id
string<uuid>
required

NorthFond resource identifier.

Body

application/json
label
string | null
required
Maximum string length: 120

Response

Beneficiary updated

id
string<uuid>
required
currency
string
required
payment_method
enum<string>
required
Available options:
mobile_money,
bank_account,
buy_goods,
paybill
account_holder_name
string
required
status
enum<string>
required
Available options:
active,
archived
created_at
string<date-time>
required
updated_at
string<date-time>
required
external_reference
string | null
label
string | null
details
object

Returned only on detail/create and redacted where sensitive.

archived_at
string<date-time> | null