For Developers
Send Payments
Send money to approved payees with your AI Agent
- AI Agent transactions can be configured to require human approval in the Payman Dashboard 2. Payees can be created via API or Dashboard
Required Parameters
Parameter | Type | Description |
---|---|---|
amount_decimal | float | Amount to send (e.g., 50.00 for $50) |
payee_id | str | ID of an existing payee |
Optional Parameters
Parameter | Type | Description |
---|---|---|
memo | str | A note for the transaction (e.g., Invoice #1234 ) |
metadata | dict | Custom data to track the payment |
Required Parameters
Parameter | Type | Description |
---|---|---|
amount_decimal | float | Amount to send (e.g., 50.00 for $50) |
payee_id | str | ID of an existing payee |
Optional Parameters
Parameter | Type | Description |
---|---|---|
memo | str | A note for the transaction (e.g., Invoice #1234 ) |
metadata | dict | Custom data to track the payment |
Required Parameters
Parameter | Type | Description |
---|---|---|
amountDecimal | number | Amount to send (e.g., 50.00 for $50) |
payeeId | string | ID of an existing payee |
Optional Parameters
Parameter | Type | Description |
---|---|---|
walletId | string | ID of specific wallet to use (only if agent has multiple wallets) |
memo | string | A note for the transaction (e.g., Invoice #1234 ) |
metadata | object | Custom data to track the payment |
Response
Both SDKs return a similar response object: