The Payee Management API allows you to create and manage reusable recipient records for a specific Paywint user. A payee represents the recipient identity referenced during payment creation.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.
This API manages recipient records.
What This API Provides
The Payee API enables your integration to:- Create a reusable payee tied to a specific user
- Store at least one verified contact method (email or phone with country code)
- Retrieve a payee by ID
- List all payees associated with a user (paginated)
- Update payee details
- Delete unused payees
name(recipient display name)- At least one contact method
metadata field may be used to store application-specific reference data.
Available APIs
Create Payee
Register a new payee before initiating a payment.
Update Payee
Modify the payee name or associated metadata.
Get Payee
Retrieve a specific payee by ID.
List Payees
Retrieve all payees associated with a user.
Delete Payee
Remove an existing payee record.
Typical Integration Flow
1. Create a payee
Call
Create Payee with the user ID, name, and contact details.Best Practices
- Validate email and phone format before submission.
- Avoid creating duplicate payees when an existing record can be reused.
