Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Example:
"BENEFICIARY_ID"
Body
application/json · any
The body is of type any.
This endpoint allows you to update the details of a specific beneficiary associated with a wallet.
| Key | Required | Type | Description |
|---|---|---|---|
| name | false | string | The name of the beneficiary. |
| isSettlement | false | boolean | Indicates if the beneficiary is set for settlement. |
| settlementFrequency | false* | enum | The settlement frequency (INSTANT, DAILY, WEEKLY, MONTHLY, YEARLY). Required only if isSettlement = true. |
| isWhitelisted | false | boolean | Indicates whether the beneficiary address should be whitelisted. Whitelisted addresses restrict withdrawals to only whitelisted addresses for enhanced security. |
| isActive | false | boolean | Determines whether the beneficiary is active. |
"YOUR_WALLET_ID"
"BENEFICIARY_ID"
The body is of type any.