Node.js SDK
Customer Deposits
Give your AI Agent the ability to collect funds
Customer Deposits
Generate a checkout URL for customers to deposit funds for your AI Agent to use.
Checkout Link returned
Parameters
Required:
amountDecimal
: Amount in decimal format- For USD: “10.00” means $10.00
customerId
: Your system’s unique customer identifier
Optional:
-
customerEmail
: Customer’s email address -
customerName
: Customer’s display name -
memo
: Note for the transaction -
feeMode
: How to handle processing fees (choose one of the options below)INCLUDED_IN_AMOUNT
(default): Fees taken from amountADD_TO_AMOUNT
: Fees added on top
-
walletId
: Target wallet (if agent has multiple) -
metadata
: Additional data as key-value pairs