Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt

Use this file to discover all available pages before exploring further.

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

StatusDescription
PENDINGProcessing
COMPLETEDSuccessfully delivered
FAILEDFailed to process

Fees

Payout fees are added on top of the amount you send — your wallet is debited for the total:
Payout AmountFeeTotal Debited
$25.00$0.50$25.50
$100.00$0.50$100.50
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 reference on every payout for reconciliation and support traceability
  • Check balance: ensure your wallet has sufficient funds (amount + fee) before sending

Error Codes

CodeCauseResolution
INSUFFICIENT_BALANCEWallet balance too lowTop up your business wallet
PAYOUT_LIMIT_EXCEEDEDExceeds daily or monthly limitWait for limit reset or contact support
RECIPIENT_INACTIVERecipient account not activeRecipient must activate their Fyatu account

Endpoints