v1
latestOpenAPI 3.0.02026-07-263118119.8 KBUser Management
confirmUser
Verifies a user account with the MFA code they receive.
<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>| Code | HTTP Status | Message |
|---|---|---|
| AP101 | 401 | No authenticated user |
| AP111 | 200 | Invalid verification code |
| AP112 | 200 | Max verification attempts exceeded |
| AP113 | 200 | User does not exist |
| AP700 | 400 | Missing or invalid required parameter |
| AP701 | 400 | Improperly formatted parameter |
post/v2/confirmUser
Headers
authorizationstring required
A merchant scoped token.
Content-Typestring required
Request body
Response
Success - User Confirmed
Example response
{
"user": {
"id": "2ac82269-9315-4bb6-8a19-f37e20d50238",
"firstName": "JohnNew",
"lastName": "DoeNew",
"type": "consumer",
"email": "test-1754932665@aeropay.com",
"phoneNumber": "+11754932665",
"createdDate": "2025-02-27T12:59:32+00:00",
"userStatus": "Active"
}
}