UNPKG

uz-pay-sdk

Version:

🚀 Universal Payment SDK for Uzbekistan - Integrate Payme, Click, UzCard, Humo & Apelsin with one simple API. Battle-tested, production-ready, 95% faster integration.

9 lines (8 loc) • 387 B
import { PaymentDriver } from '../interfaces/payment-driver.interface'; import { PaymentConfigService } from '../../config/payment-config.service'; export declare class PaymeDriver implements PaymentDriver { private readonly configService; constructor(configService: PaymentConfigService); createPayment(data: any): Promise<any>; checkPayment(data: any): Promise<any>; }