Two ways to collect a payment
Hosted checkout
Create a session, redirect the customer to a page Orchestrate renders and maintains. Fastest
to ship; you write no payment UI.
Direct API
You build the interface, discover the available countries and methods at runtime, and
drive each step yourself. Full control over the experience.
Sending money out
Payouts are the outbound side: you send funds to a phone number, a bank account or a crypto address. Same authentication, same envelopes, separate resource.Before you start
You need a project in the dashboard, a secret API key, and an HTTPS endpoint to receive webhooks. Everything is available in sandbox first, with a built-in test gateway that lets you reproduce every outcome without moving real money.Quickstart
Take a first payment in about five minutes.