Retrieves a KYC liveness session with a specified ID.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/storefront/kyc-liveness-sessions/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/storefront/kyc-liveness-sessions/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/storefront/kyc-liveness-sessions/{id}
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/storefront/kyc-liveness-sessions/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'KYC liveness session retrieved.
ID of the KYC liveness session.
ID of the customer resource.
ID of the KYC request that the liveness session is associated with.
Session ID of the KYC liveness session in the third-party service.
Status of the session.
| Enum Value | Description |
|---|---|
| pending | Session is created, but not processed yet. This is a temporary state. |
| succeeded | Session has succeeded. This is a permanent state. |
| failed | Session has failed. This is a permanent state. |
| abandoned | Session was not completed and timed out. This is a permanent state. |
URL of the reference image.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
{ "id": "kyc_liv_01HXBZ0MS1GPS6S34MPQXYT5TZ", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "kycRequestId": "kyc_req_0YV7JMJ3DBCGRBR7K9D4HVGPP5", "sessionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21", "status": "pending", "referenceImage": "https://app.rebilly.com/static/gateways/Stripe.png", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }