Transfer
Power agentic transfers between internal and external financial accounts
transfer.py
01transfer = await natural_client.transfer.create(
02amount=500000,
03currency="USD",
04customer_party_id="pty_019c...",
05source="cfs_019c...",
06destination="cfs_020a...",
07memo="Move funds from savings to checking",
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.