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.
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.
