UNPKG

@onepaynpm/onepay-sdk

Version:

Official OnePay payment gateway SDK for JavaScript applications

9 lines 296 B
/** * Creates and displays the payment iframe with backdrop */ export declare function openPaymentIframe(redirectURL: string, transactionId: string): void; /** * Closes the payment gateway */ export declare function closePaymentGateway(): boolean; //# sourceMappingURL=iframe.d.ts.map