-
Notifications
You must be signed in to change notification settings - Fork 4
01 Public API
Igor Timoshenkov edited this page Jan 14, 2019
·
5 revisions
| Method | Return value | Additional info |
|---|---|---|
VXPay.openLogin |
Promise<VXPay>
|
Opens the paytour with login flow |
VXPay.openSignup |
Promise<VXPay>
|
Opens the paytour with registration flow |
VXPay.openSignupOrLogin |
Promise<VXPay>
|
Let the library decide if login or signup should be opened |
VXPay.resetPassword |
Promise<VXPay>
|
Open reset password UI |
VXPay.lostPassword |
Promise<VXPay>
|
Open lost password UI |
VXPay.openPayment |
Promise<VXPay>
|
Open general payment UI |
VXPay.limitPayment |
Promise<VXPay>
|
Open payment with limited options and a warning |
VXPay.changeCard |
Promise<VXPay>
|
Deprecated |
VXPay.vipAbo |
Promise<VXPay>
|
Open VIP Abo signup UI |
VXPay.vipAboTrial |
Promise<VXPay>
|
Open VIP abo trial signup UI |
VXPay.premiumAbo |
Promise<VXPay>
|
Open premium ABO (VX-TV) signup UI |
VXPay.openSettings |
Promise<VXPay>
|
Open user account settings |
VXPay.openAVS |
Promise<VXPay>
|
Open age verification UI |
VXPay.openPromoCode |
Promise<VXPay>
|
Open Enter promo code UI |
VXPay.openScratchCard |
Promise<VXPay>
|
Open Enter scratch card code UI |
VXPay.openOneClick |
Promise<VXPay>
|
Open quick payment UI |
VXPay.openAutoReCharge |
Promise<VXPay>
|
Open auto-recharge UI |
VXPay.openBalance |
Promise<VXPay>
|
Open Pay open balance UI |
VXPay.hooks |
Promise<VXPayPaymentHooksConfig>
|
See hooks section |
VXPay.changeLanguage |
Promise<VXPay>
|
Change the payment/funnel UI language. Since 2.6.0-beta
|