Skip to main content
PATCH
Update a beneficiary

Authorizations

Authorization
string
header
required

API key issued during merchant onboarding.

Path Parameters

beneficiaryId
string
required
Pattern: [^\/#\?]+?

Body

application/json

UpdateBeneficiaryDto

name
string
Required string length: 1 - 255
label
string
Required string length: 1 - 128
metadata
object
merchant_reference
string
Maximum string length: 128
network
string
Minimum string length: 1
provider_id
string
Pattern: ^prov_[0-9A-HJKMNP-TV-Z]{26}$
account_number
string
Required string length: 1 - 64
account_name
string
Maximum string length: 255
address
string
Required string length: 1 - 128

Response

Beneficiary updated successfully

status
enum<boolean>
required
Available options:
true
Example:

true

message
string
required

Human-readable summary

Example:

"Beneficiary updated successfully"

code
enum<string>
required
Available options:
ok
Example:

"ok"

data
object
required
meta
object
required