Skip to main content
POST
Create Payee Mailing Address

Headers

X-Platform-ID
string<uuid>
required

Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.

X-Signature
string
required

HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.

Path Parameters

user_id
string<uuid>
required

Unique identifier (UUID) of the user

Body

application/json
payee_id
string<uuid4>
required

Unique identifier (UUID) of the payee for whom this address is being created.

Example:

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

name
string
required

Recipient's first name.

Required string length: 2 - 100
Example:

"John"

address_line_1
string
required

Street address including apartment, suite, or unit number.

Maximum string length: 100
Example:

"123 Main Street, Apt 4B"

city
string
required

City name.

Maximum string length: 40
Example:

"New York"

state
string
required

State, province, or region.

Maximum string length: 30
Example:

"NY"

zipcode
string
required

Postal code or ZIP code.

Maximum string length: 10
Example:

"10001"

country
string
required

Country name.

Maximum string length: 40
Example:

"United States"

last_name
string | null

Recipient's last name (optional).

Maximum string length: 100
Example:

"Smith"

address_line_2
string | null

Street address including apartment, suite, or unit number.

Maximum string length: 100
Example:

"123 Main Street, Apt 4B"

company_name
string | null

Full name of the payee's company.

Maximum string length: 100
Example:

"Meta Corp"

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:1783679844.273462

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

Example:

1718006400