Questions tagged [paypal-mobile-sdk]
9 questions
2
votes
1 answer
Paypal Android SDK get custom value in onActivityResult
I noticed Paypal Android SDK added an option to add custom or invoice to PaypalPayment since v2.5.0. I am now able to add a item to PaypalPayment along with a custom value, something like this:
PayPalPayment payment = new PayPalPayment(new…

ashutosh
- 1,192
- 5
- 22
- 46
2
votes
3 answers
How to obtain transaction id or other information in paypal mobile SDK
I have recently implement paypal mobile payment tutorial using following tutorial:
http://androiddevelopmentanddiscussion.blogspot.com/2014/05/paypal-integration-in-android.html
and in response i get following information:
{
"response": {
…

UMAR-MOBITSOLUTIONS
- 77,236
- 95
- 209
- 278
1
vote
1 answer
PaypalMobile throws error on Authorize intent
I am using PayPalMobileSDK for Single Payment Processing.
When ever i use the intent of payment to Sale it works perfectly, but when i change the intent to Authorize
I am using the sample-Swift code provided with SDK and testing in Sandbox…

Syed Qamar Abbas
- 3,637
- 1
- 28
- 52
1
vote
1 answer
Increase size of apk file after added Paypal SDK
After added paypal sdk my apk size increses about 13 mb from its actual apk size. Used PayPal sdk for futur payment in andoird and gradle link added
compile('com.paypal.sdk:paypal-android-sdk:2.13.1')
how to reduce size for apk?

Attif
- 1,158
- 13
- 17
1
vote
1 answer
Marketplace payments with mobile (native apps)
Having marketplace web site and native mobile applications, I'd like my users to make payments via PayPal. This is the scenario where I'm just "API Caller" and, as I understand, I need to use Adaptive Payments. Am I right?
Then it seems (according…

Gawcio
- 1,125
- 1
- 9
- 17
1
vote
1 answer
iOS Paypal Mobile SDK - Proof of Payment
i integrated the Paypal Mobile SDK for iOS in my App.
In the delegate Methode completePayment i get this json:
CurrencyCode: EUR
Amount: 39.95
Short Description: Michaels Test
Intent: sale
Processable: Already processed
Display: €39.95
Confirmation:…

Eck Mich
- 13
- 2
0
votes
1 answer
PayPal Credit Card Transaction Error: Payment Failed. System error. Please try again later
General information
SDK/Library version: 3.5.0
Environment: Sandbox
PayPal-Debug-ID values:
Platforms: Android Device OS Version and Device: Android 7 on
Nexus 5X (Emulator)
Issue description
I have tested my app using the Pay With Card option…

Yk Poh
- 51
- 1
- 1
- 9
0
votes
1 answer
How do we get transaction fee amount from paypal?
I am using PayPal iOS sdk to accept payment from user in my iOS app. I am using sandbox for testing. The payment is working fine, I am getting successful payment response along with Payment_ID. I am passing that Payment_ID to my server and from…

Parth Pandya
- 1,460
- 3
- 18
- 34
0
votes
1 answer
Paypal mobile SDK - Single Payment transactions does not update in dashboard's transactions tab
In using paypal mobile sdk's, Here is how I understand how it will work as what I have read in the docs.
A drop-in will show that will prompt you to login.
Once logged in the payment will be processed and you will receive some kind of…

kapitanluffy
- 1,269
- 7
- 26
- 54