- Sandbox:
https://sandbox.payvessel.com/kyc - Production:
https://api.payvessel.com/kyc
Initialize H5 liveness
POST/api/v1/merchant/liveness/h5/initialize
Initializes a liveness session and returns data your frontend can use (for example, a URL or token to start the H5 liveness flow).
Typical request body fields:
- Customer identifier (e.g.
customer_id,email, or similar) reference– unique liveness reference
- A liveness session ID
- A link or parameters your frontend should use to start the liveness experience
Query H5 liveness result
POST/api/v1/merchant/liveness/h5/query
After the customer completes the liveness flow, use this endpoint to fetch the result.
Typical request body fields:
- Liveness session ID
reference– your original liveness reference
