UNPKG

@offrain/montonio-api

Version:
6 lines (5 loc) 262 B
import { Credentials, CountryCode, UserOpts } from './types'; export declare const montonioApi: ({ secrectKey, accessKey, sandbox, }: Credentials) => { getPaymentUrl: (options: UserOpts) => string; paymentMethods: (lang: CountryCode) => Promise<any>; };