v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
OOB Webhook Notification

OOB Webhook Notification

In Out-of-Band (OOB) authentication, a webhook notification is sent to the issuer-provided channel for cardholder's approval.

post/v1/authenticate/{customerNumber}/{sessionId}

Path parameters

customerNumberstring required

Unique identifier of the cardholder

sessionIdstring required

Unique identification number of the ensuing authentication request, returned in the callback request after the authentication request is complete.

Request body

callbackUrlstring required

URL where the authentication result is forwarded.

Example request

{
  "callbackUrl": "https://id.enfuce.com/v1/callback/mycompany/392492402/5d3a3e10-b511-42cd-b9b6-1f2a5701ba98",
  "transaction": {
    "amount": {
      "amount": 3.14,
      "currency": "EUR"
    },
    "cardNumber": "342170______9554",
    "deviceChannel": "BROWSER"
  },
  "merchant": {
    "id": "9260003",
    "acquirerId": "123456",
    "country": "FIN",
    "city": "Helsinki",
    "name": "Airline of the world",
    "subMerchantId": "9260003"
  }
}

Response

Successful initiation of authentication