0.0.4 • Published 2 years ago

capacitor-plugin-sumup v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-plugin-sumup

Capacitor Plugin for SumUp

Install

npm install capacitor-plugin-sumup
npx cap sync

API

login(...)

login(options: LoginOptions) => Promise<SumUpResponse>
ParamType
optionsLoginOptions

Returns: Promise<SumUpResponse>


checkout(...)

checkout(options: CheckoutOptions) => Promise<SumUpResponse>
ParamType
optionsCheckoutOptions

Returns: Promise<SumUpResponse>


Interfaces

SumUpResponse

PropType
codenumber
messagestring

LoginOptions

PropType
affiliateKeystring
accessTokenstring

CheckoutOptions

PropType
totalnumber
currencystring
titlestring
receiptEmailstring
receiptSMSstring
additionalInfo{ key: string: string; }
foreignTransactionIdstring
skipSuccessScreenboolean