Update Payee Address
Update an existing address associated with a payee.
This endpoint allows you to:
- Modify billing or location details
- Correct street, city, state, or ZIP code
- Keep records aligned with compliance requirements
- Update default designation if needed
- Maintain accurate location data for Paywint services
Documentation Index
Fetch the complete documentation index at: https://docs.paywint.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API Key (UUID format). Required to identify and authorize each request
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Body
Unique identifier for the payee whose addresses are being managed.
"f47ac10b-****-****-****-0e02b2c3d479"
Unique identifier for the payee address record.
"2d8c5ca1-98cb-42f7-8c1e-70a2b0b8e8f1"
Recipient's first name for the updated address (optional).
2 - 100Last name for the updated address (optional).
1 - 100Primary street line for the updated address (optional).
100Secondary street line (optional).
100Optional company name for the address.
100City for the updated address (optional).
40State or province (optional).
30Postal code (optional).
10Country name (optional).
40If true, makes this address the default; false leaves the default untouched.
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
