# Sign the request first — see Authentication for x-timestamp, x-nonce and x-signature
curl -X PATCH "https://api.sbx.hopnow.io/va/v1/accounts/acct_4d8e2a1b9c3fx0y1z2a3b4c5/beneficiaries/bene_9f2c1d7e8a4bx0y1z2a3b4c5" \
-H "x-api-key: $API_KEY" \
-H "x-timestamp: $TIMESTAMP" \
-H "x-nonce: $NONCE" \
-H "x-signature: $SIGNATURE" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Globex UK",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000"
}'
{
"display_name": "Globex UK",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000"
}
{
"object": "beneficiary",
"id": "bene_9f2c1d7e8a4bx0y1z2a3b4c5",
"account_id": "acct_4d8e2a1b9c3fx0y1z2a3b4c5",
"beneficiary_type": "business",
"display_name": "Globex UK",
"company_name": "Globex Limited",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000",
"country_code": "GB",
"status": "active",
"verified": true,
"payment_destinations": [],
"created": "2026-06-10T09:15:00Z",
"updated": "2026-06-11T08:30:00Z",
"created_by": "ak_x7k2m9p4q1w8e5r3t6y0u2i4",
"updated_by": "ak_x7k2m9p4q1w8e5r3t6y0u2i4"
}
Beneficiaries
Update Beneficiary
Update the mutable fields of a beneficiary
PATCH
/
va
/
v1
/
accounts
/
{account_id}
/
beneficiaries
/
{beneficiary_id}
# Sign the request first — see Authentication for x-timestamp, x-nonce and x-signature
curl -X PATCH "https://api.sbx.hopnow.io/va/v1/accounts/acct_4d8e2a1b9c3fx0y1z2a3b4c5/beneficiaries/bene_9f2c1d7e8a4bx0y1z2a3b4c5" \
-H "x-api-key: $API_KEY" \
-H "x-timestamp: $TIMESTAMP" \
-H "x-nonce: $NONCE" \
-H "x-signature: $SIGNATURE" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Globex UK",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000"
}'
{
"display_name": "Globex UK",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000"
}
{
"object": "beneficiary",
"id": "bene_9f2c1d7e8a4bx0y1z2a3b4c5",
"account_id": "acct_4d8e2a1b9c3fx0y1z2a3b4c5",
"beneficiary_type": "business",
"display_name": "Globex UK",
"company_name": "Globex Limited",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000",
"country_code": "GB",
"status": "active",
"verified": true,
"payment_destinations": [],
"created": "2026-06-10T09:15:00Z",
"updated": "2026-06-11T08:30:00Z",
"created_by": "ak_x7k2m9p4q1w8e5r3t6y0u2i4",
"updated_by": "ak_x7k2m9p4q1w8e5r3t6y0u2i4"
}
Updates the mutable fields of a beneficiary. All request fields are optional; only the fields provided are changed.
beneficiary_type, first_name / middle_name / last_name, company_name, status, and verified are not client-editable. To change identity details, create a new beneficiary; to change status, use the disable action.Path Parameters
string
required
Id of the parent account (e.g.
acct_...).string
required
Beneficiary id (e.g.
bene_...).Request Body
string | null
Max 255 characters.
string | null
Max 255 characters.
string | null
Max 50 characters.
Address | null
Replacement address object. If provided, all Address sub-fields are required and
country must be ISO 3166-1 alpha-2.Show child attributes
Show child attributes
string
required
Street address.
string
required
Max 100 characters.
string | null
State, province, or region. Max 100 characters. Optional — omit it for countries that have none (Singapore, Hong Kong, Monaco and similar).
string | null
Max 20 characters. Optional — omit it for countries with no postal-code system (Hong Kong, the UAE, Panama, Macau and similar).
string
required
Country code string. Send an ISO 3166-1 alpha-2 value.
PaymentCountry | null
ISO 3166-1 alpha-2 country code on the payment-country allowlist.
Response
Returns 200 with the updated beneficiary object.# Sign the request first — see Authentication for x-timestamp, x-nonce and x-signature
curl -X PATCH "https://api.sbx.hopnow.io/va/v1/accounts/acct_4d8e2a1b9c3fx0y1z2a3b4c5/beneficiaries/bene_9f2c1d7e8a4bx0y1z2a3b4c5" \
-H "x-api-key: $API_KEY" \
-H "x-timestamp: $TIMESTAMP" \
-H "x-nonce: $NONCE" \
-H "x-signature: $SIGNATURE" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Globex UK",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000"
}'
{
"display_name": "Globex UK",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000"
}
{
"object": "beneficiary",
"id": "bene_9f2c1d7e8a4bx0y1z2a3b4c5",
"account_id": "acct_4d8e2a1b9c3fx0y1z2a3b4c5",
"beneficiary_type": "business",
"display_name": "Globex UK",
"company_name": "Globex Limited",
"email": "payments@globex.example",
"phone": "+44 20 7946 0000",
"country_code": "GB",
"status": "active",
"verified": true,
"payment_destinations": [],
"created": "2026-06-10T09:15:00Z",
"updated": "2026-06-11T08:30:00Z",
"created_by": "ak_x7k2m9p4q1w8e5r3t6y0u2i4",
"updated_by": "ak_x7k2m9p4q1w8e5r3t6y0u2i4"
}