Python 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:
amount_decimal
: Amount in decimal format- For USD: “10.00” means $10.00
customer_id
: Your system’s unique customer identifier
Optional:
customer_email
: Customer’s email addresscustomer_name
: Customer’s display namememo
: Note for the transactionfee_mode
: 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
wallet_id
: Target wallet (if agent has multiple)metadata
: Additional data as dictionary key-value pairs