API 参考Payouts
Retry a failed payout (async)
Re-attempts a failed CEX withdrawal. Only for payouts in FAILED status.
Requires payroll:execute scope. Requires Idempotency-Key header.
Allowed from status: FAILED only.
Authorization
apiKey AuthorizationBearer <token>
API key: Authorization: Bearer mpk_live_<key>
In: header
Path Parameters
payout_id*string
Payout identifier
Header Parameters
Idempotency-Key*string
UUID v4. Required on all write operations. Prevents duplicate execution on retry.
Format
uuidResponse Body
curl -X POST "https://motivation-money.vercel.app/api/v1/payouts/pay_abc123/retry" \ -H "Idempotency-Key: 7f3c4d2a-8b1e-4f6a-9c2d-1a5b8e3f7d4c"Empty