payout.ready.send: Payout ready to send (INIT -> PROCESSING)payout.completed: Payout successful (-> SUCCESS) - unfreeze + deduct, fee record createdpayout.failed: Payout failed (-> FAILED) - unfreeze and refund, no deductionpayout.compliance.rejected: Compliance rejected (-> FAILED) - unfreeze and refund, no deductionpayout_id: Unique payout id (UUID)status: Payout statusfee_amount: Provider fee (returned on completed)fee_currency: Fee currency (returned on completed)account_id: UQPay account idcurl --location '/receive/webhook/uqpay/payout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"version": "1.0",
"event_name": "VIRTUAL",
"event_type": "string",
"event_id": "string",
"source_id": "string",
"data": {
"property1": "string",
"property2": "string"
}
}'