voko-sdk
Version:
Process payments with ease
25 lines (24 loc) • 543 B
TypeScript
export declare const AZAMPAY_CONFIG: {
sandbox: {
baseUrl: string;
authenticationUrl: string;
endpoints: {
mno: string;
bank: string;
token: string;
status: string;
webhook: string;
};
};
production: {
baseUrl: string;
authenticationUrl: string;
endpoints: {
mno: string;
bank: string;
token: string;
status: string;
webhook: string;
};
};
};