UNPKG

redsys-easy

Version:

Node JS interface for Redsys payment gateway

4 lines (3 loc) 307 B
import type { ParsedSoapNotifiation, SoapNotificationResponse } from '../types/api'; export declare const serializeSoapNotificationResponse: ({ allow: allowOperation }: SoapNotificationResponse) => string; export declare const deserializeSoapNotification: (xml: string) => ParsedSoapNotifiation["Message"];