redsys-easy.processrestnotification.md

August 4, 2023 ยท View on GitHub

Home > redsys-easy > ProcessRestNotification

ProcessRestNotification type

Processes a JSON REST notification

Signature:

export type ProcessRestNotification = (
body: ResponseJSONSuccess) => RestNotificationOutputParams;

References: ResponseJSONSuccess, RestNotificationOutputParams