1. Introduction
Extension name: PayPal
This extension can be used for users to make payments in your app.
Latest Version: 1.0
Released: 2020-07-25T20:15:00Z
Last Updated: 2020-07-25T20:15:00Z
2. Documentation
Functions
- Paypal Config
Configure PayPal by entering your credentials.
- clientId ~ text
It can be obtained through this link.
Applications - PayPal Developer- merchantName ~ text
- environment ~ text
- Set to
live
to move real money.
Note: To move real money you need a business account.- Set to
sandbox
to use your test credentials
from https://developer.paypal.com- Set to
mock
to kick the tires without communicating to PayPal’s servers.
- Make Payment
Calls the PayPal payment screen.
- value ~ number
- currency ~ text
Supported currency
Currency Code Australian dollar AUD
Brazilian real 2 BRL
Canadian dollar CAD
Czech koruna CZK
Danish krone DKK
Euro EUR
Hong Kong dollar HKD
Hungarian forint 1 HUF
Indian rupee 3 INR
Israeli new shekel ILS
Japanese yen 1 JPY
Malaysian ringgit 4 MYR
Mexican peso MXN
New Taiwan dollar 1 TWD
New Zealand dollar NZD
Norwegian krone NOK
Philippine peso PHP
Polish złoty PLN
Pound sterling GBP
Russian ruble RUB
Singapore dollar SGD
Swedish krona SEK
Swiss franc CHF
Thai baht THB
United States dollar USD
Note:
1 This currency does not support decimals. If you pass a decimal amount, an error occurs.
2 This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only. If the receiver of funds is not from Brazil, then PayPal converts funds into the primary holding currency of the account with the applicable currency conversion rate. The currency conversion rate includes PayPal’s applicable spread or fee.
3 This currency is supported as a payment currency and a currency balance for in-country PayPal India accounts only.
4 This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.
- description ~ text
Events
- Paypal Confirmed
Event triggered if payment is confirmed.
- response ~ text
- Paypal Canceled
Event triggered if payment is canceled.
- Paypal Error
If there is an error during payment, this event is called with an error message.
- message ~ text
3. Screenshots
4. Downloads
- AIX: com.jdl.PayPal.aix (1,6,MB)
- AIA: PayPal.aia (1,6,MB)
- APK: PayPal.apk (5,7,MB)
5. Open Source
6. Credits
Thank you very much Kodular, for being part of my life
7. Reference
Note: PayPal Mobile SDKs are Deprecated. The APIs powering them will remain operational long enough for merchants to migrate, but the SDKs themselves will no longer be updated.