Python SDK
Send Payments
Start sending payments
Send Payment
AI Agent sending funds to a specified payment destination. You can add a Payee in the Payman AI dashboard for an ID. You can also use the SDK to search for all payee’s that your AI can find for quick payments.
Payment Destination Object
When no payment destination added your AI Agent can add the details itself.
Field Descriptions
Required Fields
type
: Must be ‘US_ACH’ for ACH transfersaccount_holder_name
: Legal name of the account holderaccount_number
: Bank account numberaccount_type
: Type of bank account (checking
orsavings
)routing_number
: 9-digit ABA routing numbername
: Descriptive name for the payment destination
Optional Fields
tags
: List of strings for categorizing the payment destinationcontact_details
: Dictionary containing contact information:contact_type
: Either ‘individual’ or ‘business’email
: Contact email addressphone_number
: Contact phone numberaddress
: Full mailing addresstax_id
: Tax identification (SSN for individuals, EIN for businesses)