Motivation MoneyMotivation Money
API 参考Payouts

Get a single payout with full details

Returns the payout record including on-chain transaction hash, block explorer URL, and failure reason if applicable. Requires payroll:read scope.

GET
/payouts/{payout_id}
AuthorizationBearer <token>

API key: Authorization: Bearer mpk_live_<key>

In: header

Path Parameters

payout_id*string

Payout identifier

Response Body

application/json

curl -X GET "https://motivation-money.vercel.app/api/v1/payouts/pay_abc123"
{
  "data": null,
  "api_version": "2026-03-01",
  "request_id": "req_f1a2b3c4"
}