redsys-easy.processsoapnotification.md
August 4, 2023 ยท View on GitHub
Home > redsys-easy > ProcessSoapNotification
ProcessSoapNotification type
Parses and verifies the body of a SOAP notification
Signature:
export type ProcessSoapNotification = (
xml: string) => SoapNotificationOutputParams;
References: SoapNotificationOutputParams