lomi.cli
Version:
Command line interface for lomi's payment infrastructure
12 lines (11 loc) • 684 B
TypeScript
export declare const API_URLS: {
readonly production: "https://api.lomi.africa";
readonly sandbox: "https://sandbox.api.lomi.africa";
readonly local: "http://localhost:4242";
};
export declare const DEFAULT_PORT = 4242;
export declare const WEBHOOK_EVENTS: readonly ["TRANSACTION_CREATED", "TRANSACTION_COMPLETED", "TRANSACTION_FAILED", "REFUND_CREATED", "REFUND_COMPLETED", "REFUND_FAILED", "SUBSCRIPTION_CREATED", "SUBSCRIPTION_UPDATED", "SUBSCRIPTION_CANCELLED", "PAYMENT_LINK_CREATED", "PAYMENT_LINK_UPDATED", "PAYMENT_LINK_DELETED", "PROVIDER_CONNECTED", "PROVIDER_DISCONNECTED"];
export declare const CONFIG_DEFAULTS: {
environment: string;
port: number;
};