Skip to main content
WEBHOOK
payout.completed
{
  "event": "payout.completed",
  "version": "2.0",
  "sign": "3a5b8c2d1e4f9a0b7c6d5e4f3a2b1c0d",
  "data": {
    "reference": "PAY678A3B4C5D6E7",
    "externalReference": "PAYOUT-12345",
    "amount": 50,
    "charge": 0.5,
    "netAmount": 49.5,
    "currency": "USD",
    "accountNumber": "CLT123456789",
    "accountName": "Jane Doe",
    "status": "COMPLETED",
    "appId": "D0H6R7Z6R1C2N5O5",
    "timestamp": "2026-01-12T18:30:00+00:00"
  }
}
{}

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.

{
  "event": "payout.completed",
  "version": "2.0",
  "sign": "3a5b8c2d1e4f9a0b7c6d5e4f3a2b1c0d",
  "data": {
    "reference": "PAY678A3B4C5D6E7",
    "externalReference": "PAYOUT-12345",
    "amount": 50,
    "charge": 0.5,
    "netAmount": 49.5,
    "currency": "USD",
    "accountNumber": "CLT123456789",
    "accountName": "Jane Doe",
    "status": "COMPLETED",
    "appId": "D0H6R7Z6R1C2N5O5",
    "timestamp": "2026-01-12T18:30:00+00:00"
  }
}
{}

Body

application/json
event
string

The event type identifier (e.g. card.funded).

version
string

Webhook payload version.

sign
string

HMAC-SHA256 signature of the data object using your webhook secret. Always verify this before processing.

data
object

Response

200

Acknowledge receipt of the event