Motivation MoneyMotivation Money
API 参考Payouts

Cancel an individual payout

Cancels a payout before it is submitted to the CEX.

Requires payroll:execute scope. Requires Idempotency-Key header.

Allowed from status: PENDING, ON_HOLD.

POST
/payouts/{payout_id}/cancel
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/cancel" \  -H "Idempotency-Key: 7f3c4d2a-8b1e-4f6a-9c2d-1a5b8e3f7d4c"
Empty