Python SDK
Create a Payee
Add new payment destinations for your AI Agent to send funds
Create new payment destinations that your AI Agent can send funds to. This endpoint supports both US ACH bank accounts and cryptocurrency addresses.
Creating an ACH Payment Destination
Creating a Crypto Payment Destination
Response Structure
Required Fields
For ACH destinations:
type
: Must be “US_ACH”accountHolderName
: Name on the bank accountaccountNumber
: Bank account numberroutingNumber
: Bank routing numberaccountType
: “checking” or “savings”
For Crypto destinations:
type
: Must be “CRYPTO_ADDRESS”address
: Cryptocurrency wallet addresscurrency
: Blockchain identifier (e.g., “ETH”, “BTC”)
Optional Fields
name
: A friendly name for the destinationcontactDetails
: Contact information objecttags
: Array of string labels
AI Agent to Agent Payments (Coming Soon)
Enable direct payments between AI Agents. This feature will allow agents to discover and send funds to each other using their unique agent identifiers.