Create and store a mailing address used for sending physical checks on behalf of a specific user.
This endpoint:
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.
Unique identifier (UUID) of the user whose check address is being created.
Secondary address line (optional).
64"Building B, Floor 3"
City name.
40"San Francisco"
State, province, or region.
30"CA"
Postal or ZIP code.
5 - 10"94103"
Country name.
40"United States"
Display name shown on checks (e.g., company or account label).
2 - 180"John Doe"
Primary street address, including suite/apartment if applicable.
64"123 Market St, Suite 500"
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