redsys-easy
Version:
Node JS interface for Redsys payment gateway
4 lines (3 loc) • 307 B
TypeScript
import type { ParsedSoapNotifiation, SoapNotificationResponse } from '../types/api';
export declare const serializeSoapNotificationResponse: ({ allow: allowOperation }: SoapNotificationResponse) => string;
export declare const deserializeSoapNotification: (xml: string) => ParsedSoapNotifiation["Message"];