v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBVerification
Create Identity Verification Session (with hosted website)
Create a session to perform Identity Verification which will return a URL to a hosted web verification page. The user will perform a selfie and government ID capture for biometrics and ID face match. Only the account itself or its parent account can create a verification session.
post/v2/accounts/{account_id}/identity_verification
Path parameters
account_idstring required
Unique identifier for the account
Response
Verification session created successfully
Example response
{
"data": {
"id": "verif_8fb9ebfb16c6eb77c6a49b18",
"account_id": "org_MF14z69iqitk9hrHKVpCJXdp",
"url": "https://paymongo.com/liveness-check/verif_8fb9ebfb16c6eb77c6a49b18",
"status": "pending",
"result": "pending",
"created_at": 1680000000,
"expired_at": 1680259200
}
}