Skip to main content
POST
/
v1
/
callback
/
{institutionCode}
/
{customerNumber}
/
{sessionId}
Authentication response forwarded to Enfuce
curl --request POST \
  --url https://integration-api-cat2.demo.ext.test.cia.enfuce.com/enfuceid/api/v1/callback/{institutionCode}/{customerNumber}/{sessionId} \
  --header 'Content-Type: application/json' \
  --data '{
  "result": "SUCCESS"
}'
This response does not have an example.

Path Parameters

institutionCode
string
required

Unique identifier of an issuer

customerNumber
string
required

Unique identifier of the cardholder.

sessionId
string
required

Unique identification number of the ensuing authentication request.

Body

application/json

Result of authentication process

result
enum<string>

Result status of authentication attempt

Available options:
SUCCESS,
FAIL,
ERROR,
TIMEOUT

Response

Successful authentication

I