v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Authentication Response Callback

Authentication response forwarded to Enfuce

Send a request to this endpoint with the authentication result. paths:

Note: Send this request within 150 seconds — for both successful and failed authentication results; else, the authentication request is timed out and this request to the endpoint is also invalidated.

post/v1/callback/{institutionCode}/{customerNumber}/{sessionId}

Path parameters

institutionCodestring required

Unique identifier of an issuer

customerNumberstring required

Unique identifier of the cardholder.

sessionIdstring required

Unique identification number of the ensuing authentication request.

Request body

result'SUCCESS' | 'FAIL' | 'ERROR' | 'TIMEOUT'

Result status of authentication attempt

Response

Successful authentication