For Developers
Create Payees
Your AI Agent can add approved payees it can send money to - humans, AI agents, or crypto wallets
Payees can also be added manually in the Payman Dashboard.
Use the returned id
when sending payments to this payee. You can also find payee IDs in the Payman Dashboard.
Parameters
Parameter | Type | Description |
---|---|---|
type | str | Must be 'US_ACH' |
name | str | Descriptive name |
account_holder_name | str | Legal name on account |
account_holder_type | str | 'individual' or 'business' |
account_number | str | Bank account number |
routing_number | str | 9-digit ABA number (check here) |
account_type | str | 'checking' or 'savings' |
contact_details | dict | Optional contact information |
tags | list[str] | Optional labels |
Response
Both SDKs return a similar response object: