redsys-easy.createsoapnotificationanswer.md
August 4, 2023 ยท View on GitHub
Home > redsys-easy > CreateSoapNotificationAnswer
CreateSoapNotificationAnswer type
Creates an answer for a SOAP notification, serializes and signs it
Signature:
export type CreateSoapNotificationAnswer = (
order: string,
allow: boolean) => string;