Skip to main content
PATCH
Update Payee Address

Headers

X-Api-Key
string
required

Your API Key (UUID format). Required to identify and authorize each request

X-Api-Secret
string
required

Secret associated with your API Key. Used for authenticating requests. Keep this secure.

Body

application/json
payee_id
string<uuid4>
required

Unique identifier for the payee whose addresses are being managed.

Example:

"f47ac10b-****-****-****-0e02b2c3d479"

address_id
string<uuid4>
required

Unique identifier for the payee address record.

Example:

"2d8c5ca1-98cb-42f7-8c1e-70a2b0b8e8f1"

first_name
string | null

Recipient's first name for the updated address (optional).

Required string length: 2 - 100
last_name
string | null

Last name for the updated address (optional).

Required string length: 1 - 100
address_line_1
string | null

Primary street line for the updated address (optional).

Maximum string length: 100
address_line_2
string | null

Secondary street line (optional).

Maximum string length: 100
company_name
string | null

Optional company name for the address.

Maximum string length: 100
city
string | null

City for the updated address (optional).

Maximum string length: 40
state
string | null

State or province (optional).

Maximum string length: 30
zipcode
string | null

Postal code (optional).

Maximum string length: 10
country
string | null

Country name (optional).

Maximum string length: 40
is_default
boolean | null

If true, makes this address the default; false leaves the default untouched.

Response

Successful Response

success
boolean
default:true

Indicates whether the request was processed successfully.

Example:

true

message
string
default:Success

A short, human-readable message describing the result of the request.

Example:

"Operation completed."

data
ExternalContactAddressRead · object | null

The main response payload, if applicable

queryGeneratedTime
number | null
default:1778161546.973489

The Unix timestamp (in seconds) indicating when the response was generated.

Example:

1718006400