Wallet
Give agents FDIC-insured accounts that agents can use to hold, receive, and send funds
wallet.py
01deposit = await natural_client.wallet.deposit(
02amount=1130202200,
03currency="USD",
04customer_party_id="pty_019c...",
05wallet_id="wal_019c...",
06customer_funding_source_id="cfs_019c...",
07memo="Transfer to escrow for CRE opportunity",
08idempotency_key="idm_020a"
09)
Implement in an afternoon
1We handle the complexity
Natural powers every type of payments workflow. We handle orchestration, ledgering, routing, compliance, risk, credit, and more.
2Predictable by design
Every response is structured, every failure is typed, and every transaction has a traceable audit trail. No surprises in production.
3Built to scale
Whether your agent makes one transaction or one million, the integration doesn't change. Natural scales with you.