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 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "result": "SUCCESS"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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