thawani-nodejs
Version:
Node.js library for Thawani Payment Gateway
18 lines (17 loc) • 401 B
TypeScript
export declare const API_BASE_URL: {
sandbox: string;
production: string;
};
export declare const CHECKOUT_URL: {
sandbox: string;
production: string;
};
export declare const API_ENDPOINTS: {
checkout: string;
customers: string;
payments: string;
refunds: string;
paymentIntents: string;
paymentMethods: string;
};
export declare const DEFAULT_TIMEOUT = 30000;