The Payee Address API allows you to create and manage address records associated with an existing payee. A payee address represents the physical mailing or address linked to a recipient identity. Payee records must exist before an address can be attached.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.
What This API Provides
The Payee Address API enables your integration to:- Add an address to an existing payee
- Retrieve a stored payee address
- Update address details
- Delete an address when it is no longer valid
Available APIs
Create Address
Attach a new address to an existing payee.
List Addresses
Retrieve all addresses associated with a payee.
Get Address
Retrieve a specific address by ID.
Update Address
Modify an existing address record.
Set Default Address
Mark an address as the default address for the payee.
Delete Address
Remove an address from a payee.
Typical Integration Flow
2. Create the address
Call
Create Payee Address with properly formatted address fields.Best Practices
- Store state values using two-letter abbreviations (example:
CA,NY,TX). - Use ISO country codes (example:
US). - Validate ZIP codes before submission.
- Avoid storing multiple conflicting addresses for the same payee unless required by your business logic.
