UNPKG

sslcommerz-js

Version:

A well-maintained, unofficial Node.js package for integrating SSLCommerz payments. Provides reliable support for initiating and handling transactions with minimal setup.

3 lines (2 loc) 149 B
import { PaymentInitData, StoreIntTypes } from "./types"; export declare const paymentInitData: (data: PaymentInitData & StoreIntTypes) => FormData;