Skip to main content
POST
Emails a single-use code to the account’s email address. On the dashboard (JWT) path, that code is the fresh strong factor you pass as emailCode on Create a refund. This endpoint takes no parameters — the recipient email is inferred from your dashboard session, so the empty playground is expected.

Authorization

JWT only — API keys cannot call it. Requires team permission refunds:manage. Rate limit 3 / 15 min.
The code is single-use and the rate limit is 3 requests per 15 minutes — request it only when the user is ready to confirm, then submit it as emailCode on Create a refund.

See also