Motivation MoneyMotivation Money
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.

POST
/payouts/{payout_id}/retry
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.

Formatuuid

Response Body

curl -X POST "https://motivation-money.vercel.app/api/v1/payouts/pay_abc123/retry" \  -H "Idempotency-Key: 7f3c4d2a-8b1e-4f6a-9c2d-1a5b8e3f7d4c"
Empty