Payouts
A payout sends money from your business wallet directly to a Fyatu account holder. Funds are transferred instantly and the recipient receives a notification.Flow
Statuses
Fees
Payout fees are added on top of the amount you send — your wallet is debited for the total:
Use GET /account/pricing to retrieve your current payout fee.
Best Practices
- Verify first: always call
GET /accounts/{clientId}before creating a payout — confirm the recipient exists and is active - Use references: pass a unique
referenceon every payout for reconciliation and support traceability - Check balance: ensure your wallet has sufficient funds (amount + fee) before sending
Error Codes
Endpoints
GET /accounts/{clientId}— Verify recipient accountPOST /payouts— Create payoutGET /payouts/{id}— Get payout detailsGET /payouts— List payouts

