Node.js 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 Fieldstype:
Must be ‘US_ACH’ for ACH transfersaccountHolderName
: Legal name of the account holderaccountNumber
: Bank account numberaccountType
: Type of bank account (checking
orsavings
)routingNumber
: 9-digit ABA routing numbername
: Descriptive name for the payment destination
tags
: Array of strings for categorizing the payment destinationcontactDetails
: Object containing contact information:contactType
: Either ‘individual’ or ‘business’email
: Contact email addressphoneNumber
: Contact phone numberaddress
: Full mailing addresstaxId
: Tax identification (SSN for individuals, EIN for businesses)