Skip to main content
Payees represent the individuals or businesses that a user can send payments to.
This includes contacts receiving payments through ACH, cards, wallet transfers, mailed checks, or any supported method.
The Payee Management API allows you to store and maintain a user’s payment recipients so they can quickly send payments without re-entering details each time.

What This API Covers

With the Payee Management APIs, you can:
  • Create new payees for a user
  • Store basic contact information such as name, email, and phone
  • Update payee details
  • Retrieve a specific payee
  • List all payees associated with a user
  • Remove a payee when no longer needed
A payee may include either an email or a phone number with country code, and a name is always required.

Available APIs


When Payees Are Used

Payees are used whenever a user sends a payment to another person or entity, including:
  • ACH or card-based payments
  • Wallet-to-wallet transfers
  • Mailed check payments
Storing payees makes the payment flow simpler, faster, and less error-prone.

Manage Payee’s

1

1. Create a payee for the user

Use Create Payee with the payee’s name and at least one contact method.
2

2. Retrieve or list payees when preparing a payment

Before sending a payment, fetch a specific payee or list all payees for selection.
3

3. Update payee details when needed

The payee’s name can be modified using
Update Payee.
4

4. Delete unused payees

If a payee is no longer relevant, remove them using
Delete Payee.

Best Practices

  • Require users to provide at least one reliable contact detail (email or phone)
  • Display the payee name and contact details to confirm the correct recipient
  • Encourage users to keep their payee list up-to-date
  • Use pagination when listing payees for users with large recipient lists