Resend Invitation
POST/api/partner/v1/onboarding/:ref/invitations/:id/resend
Resend an existing invitation's e-mail and SMS - for example when the address had a typo or the SMS never arrived. Resending keeps the same invitation and refreshes its expiry.
A per-invitation cooldown applies (each SMS has a cost, so clicking faster does not help): calling again before it elapses returns 429. Invitations in a terminal state (completed, expired, cancelled) cannot be resent and return 422.
Requires scope onboarding:write.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 422
- 429
Invitation resent; the e-mail and SMS have been dispatched again.
Missing or invalid partner bearer key.
The partner key lacks the onboarding:write scope.
No such invitation for this onboarding - unknown ref or id, or the invitation belongs to another merchant.
Onboarding is already completed - its data can no longer be edited.
The invitation is in a terminal state (completed, expired, cancelled) and can no longer be resent.
Resend cooldown still active for this invitation - wait before trying again.