UNPKG

@gatepaybd/core

Version:

Official JavaScript/TypeScript SDK for GatePay payment gateway supporting bKash, Nagad, Rocket and other Bangladesh payment methods

16 lines 431 B
import { PaymentManager } from './payments'; import { GatePayConfig } from './types'; export declare class GatePaySDK { private apiClient; payments: PaymentManager; constructor(config: GatePayConfig); private validateConfig; /** * Test the API connection and authentication */ ping(): Promise<{ status: string; timestamp: string; }>; } //# sourceMappingURL=gatepay-sdk.d.ts.map