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
Body
application/json
id
string
requiredUnique ID for a notification assigned by Enfuce
type
enum<string>
requiredCorresponds to the entity represented in other parts of Enfuce API
Available options:
ACCOUNT
, CARD
, TRANSACTION
, TOKENIZATION
, EMVSCRIPT
branchCode
string
Your Institution Identifier assigned by Enfuce. For example, this can be used to determine the Sender ID for SMS messages.
Response
201 - application/json
description
string
Short description of the result of the action
id
string
Will contain the ID of the resource that has been created or updated