@aigens/aigens-sdk-adyen
TypeScript icon, indicating that this package has built-in type declarations

0.4.6 • Public • Published

aigens-sdk-adyen

Aigens SDK Adyen

Install

npm install aigens-sdk-adyen
npx cap sync

API

startPayment(...)

startPayment(options: AdyenOptions) => Promise<AdyenResult>
Param Type
options AdyenOptions

Returns: Promise<AdyenResult>


getInstallationId()

getInstallationId() => Promise<{ installationId: string; }>

Returns: Promise<{ installationId: string; }>


clearSession()

clearSession() => Promise<any>

Returns: Promise<any>


Interfaces

AdyenResult

Prop Type
result boolean
data string

AdyenOptions

Prop Type
authenticationServiceObject AuthenticationServiceObject
paymentObject PaymentObject

AuthenticationServiceObject

Prop Type
url string
sid string
authorization string
gateway string
stationId string

PaymentObject

Prop Type
nexoRequest any
serviceId string
saleId string
transactionID string
poiId string
currency string
requestedAmount string
timeStamp string

Readme

Keywords

Package Sidebar

Install

npm i @aigens/aigens-sdk-adyen

Weekly Downloads

14

Version

0.4.6

License

MIT

Unpacked Size

47 kB

Total Files

28

Last publish

Collaborators

  • aigens