paypal-mobile-sdk

How do we get transaction fee amount from paypal?

血红的双手。 提交于 2019-12-12 04:22:02
问题 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 there using REST API (Show payment details), I am trying to retrieve all the information related to that payment but it is not consistent response. Sometimes I am getting transaction_fee while sometimes it does not return in API response. I see there

Increase size of apk file after added Paypal SDK

本小妞迷上赌 提交于 2019-12-08 05:18:51
问题 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? 回答1: If you aren't using io.card remove it from project like: compile('com.paypal.sdk:paypal-android-sdk:2.12.3') { exclude group: 'io.card' } 来源: https://stackoverflow.com/questions/35749954/increase-size-of-apk-file-after-added-paypal-sdk