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.
