Edit a Payee Address
Edits a cross-border payee address.
Send only the address fields to change — recipient name, address line, city, state or zipcode. Each
field only accepts values within the maximum length allowed by the payee rules for the destination
country — see GET /cross-border/payee-rules. The country cannot be changed (it is fixed when the
address is created). Returns the updated address.
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the platform user.
Unique identifier (UUID) of the cross-border address.
Body
Cross-border payee address edit — the recipient/address fields are replaced.
Deliberately excludes country (it is fixed at creation and stays the same on an edit) and the
payee identity (an address cannot be re-pointed to another payee). Every field is required on an
edit: the full recipient/address must be supplied, and blank/whitespace-only values are rejected.
Recipient's first name.
2 - 100"John"
Recipient's last name.
1 - 100"Smith"
Street address including apartment, suite, or unit number.
1 - 100"123 Main Street, Apt 4B"
City name.
1 - 40"New York"
State, province, or region.
1 - 30"NY"
Postal code or ZIP code.
1 - 10"10001"
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400

