Capacitor Plugin for SumUp
npm install capacitor-plugin-sumup
npx cap sync
login(options: LoginOptions) => Promise<SumUpResponse>
Param | Type |
---|---|
options |
LoginOptions |
Returns: Promise<SumUpResponse>
checkout(options: CheckoutOptions) => Promise<SumUpResponse>
Param | Type |
---|---|
options |
CheckoutOptions |
Returns: Promise<SumUpResponse>
Prop | Type |
---|---|
code |
number |
message |
string |
Prop | Type |
---|---|
affiliateKey |
string |
accessToken |
string |
Prop | Type |
---|---|
total |
number |
currency |
string |
title |
string |
receiptEmail |
string |
receiptSMS |
string |
additionalInfo |
{ [key: string]: string; } |
foreignTransactionId |
string |
skipSuccessScreen |
boolean |