UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

25 lines 811 B
export declare const getApiEndpoints: () => { PAYMENT_OPTIONS: string; }; export declare const SUPPORT_CONTACT: { readonly PHONE: "+91-9892422528"; readonly EMAIL: "connect@fundly.ai"; }; export declare const PAYMENT_MODES: { readonly FUNDLY_PAY: "FUNDLY_PAY"; readonly DYNAMIC_QR: "DYNAMIC_QR"; readonly STATIC_QR: "STATIC_QR"; readonly PAYMENT_LINK: "PAYMENT_LINK"; readonly CASH: "CASH"; readonly CHEQUE: "CHEQUE"; readonly UPI: "UPI"; }; export declare const APP_TYPES: { readonly FUNDLY_CUSTOMER_APP: "FUNDLY_CUSTOMER_APP"; readonly FUNDLY_COLLECT_APP: "FUNDLY_COLLECT_APP"; }; export declare const PAYMENT_TYPES: { readonly DIRECT_COLLECT: "DIRECT_COLLECT"; readonly INVOICE_COLLECT: "INVOICE_COLLECT"; }; //# sourceMappingURL=api.constants.d.ts.map