v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Receive a notification

Outgoing webhook notification endpoint

Outgoing webhook endpoint to send notifications about changes on different entities within Enfuce system. This webhook needs to be implemented by a 3rd party system in order to get notifications. Enfuce is expecting a response within 1000 ms.

post/v1/notification

Request body

idstring required

Unique ID for a notification assigned by Enfuce

type'ACCOUNT' | 'CARD' | 'PIN' | 'TRANSACTION' | 'AUTHORIZATION_HOLD' | 'TOKENIZATION' | 'EMVSCRIPT' | 'INVOICE' | 'FRAUD_CASE' required

Corresponds to the entity represented in other parts of Enfuce API. Note: The INVOICE enum is available only for fleet cards.

branchCodestring

Your Institution Identifier assigned by Enfuce. For example, this can be used to determine the Sender ID for SMS messages.

Example request

{
  "id": "1234567890",
  "branchCode": "752001"
}

Response

A new notification event created

descriptionstring

Short description of the result of the action

idstring

Will contain the ID of the resource that has been created or updated