Payouts API

Send money anywhere with one API call.

Pylon handles bank rails, payout methods and compliance in 40 countries so your product team can ship payouts in an afternoon, not a quarter.

POST /v1/payouts
curl https://api.pylon.dev/v1/payouts \ -H "Authorization: Bearer sk_live_••••" \ -d amount=25000 \ -d currency=usd \ -d destination=acct_9f2c
{ "id": "po_7k2n", "status": "processing", "eta": "2026-09-17T09:00:00Z" }

Built for engineers who ship.

Idempotent by default, typed SDKs in six languages, and a sandbox that behaves exactly like production.

01

Typed SDKs

Official libraries for Node, Python, Go, Ruby, Java and PHP, generated from the same OpenAPI spec.

02

Webhooks that retry

Signed, replayable events with exponential backoff so you never miss a status change.

03

Sandbox parity

Test mode mirrors production behavior exactly, down to rail-specific failure codes.