UNPKG
@offrain/montonio-api
Version:
latest (1.0.0)
1.0.0
Montonio Payments API for NodeJS
github.com/Rainase/montonio-api
Rainase/montonio-api
@offrain/montonio-api
/
lib
/
cjs
/
index.d.ts
6 lines
(5 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Credentials
,
CountryCode
,
UserOpts
}
from
'./types'
;
export
declare
const
montonioApi
:
(
{ secrectKey, accessKey, sandbox, }:
Credentials
) =>
{
getPaymentUrl
:
(
options
:
UserOpts
) =>
string
;
paymentMethods
:
(
lang
:
CountryCode
) =>
Promise
<
any
>; };