Payouts

Withdraw settled funds to a bank account or supported wallet. In Live mode, Rollo lists the destinations available for your account and the fields each option requires.

Settlement

Successful payments create settlement entries. Funds become withdrawable after two business days at 10:00 in your settlement timezone. Disputes can hold balances until resolved.

Automatic payouts

Enable automatic payouts in Settings. When available balance clears your minimum, Rollo sends it to your default destination on a recurring schedule.

Connect a destination

From Payouts → Connect destination, choose a payout method. Delivery currency is shown for each option (for example ngn or usd). Sandbox mode uses a local test destination so you can practice the flow without moving real funds.

Complete every required field for the method you select (account numbers, routing details, wallet addresses, and so on). Save the destination, then set it as default if you want automatic payouts to use it.

Status updates

After you send a payout, Rollo updates status to pending, in_transit, paid, or failed. Subscribe to payout.paid, payout.failed, and payout.canceled webhooks to keep your books in sync.

API example

POST /v1/payouts
Authorization: Bearer rk_live_...
Content-Type: application/json

{
  "amount": 50000,
  "currency": "usd",
  "destination": "pout_dest_..."
}

# → { "id": "po_...", "status": "pending", "arrival_date": "..." }