Issuers
Send the verification code
POST/v1/issuers/{id}/verify/email/start
Sends a one-time code to the stored contact_email.
API key · or dashboard session.
Request
curl -fsS -X POST "$API/v1/issuers/iss_0198f80c-…/verify/email/start" \
-H "Authorization: Bearer $PAYDAY_API_KEY"Response
{
"contact_email": "billing@acme.example",
"resend_available_at": "2026-09-06T12:01:00Z"
}Six digits; five-minute validity. One code per identity per minute.
Path parameters
idiss_ idrequired
Response
contact_emailstringresend_available_attimestamp
Status codes
- 202
- 429
otp_resend_cooldownRetry-After set. - 409
issuer_email_already_verified - 503
verification_unavailableNo identity provider configured.