Giter Club home page Giter Club logo

Comments (18)

tomwhipple avatar tomwhipple commented on June 28, 2024

First I'd recommend updating to the recently released 2.0 of the SDK. If the problem persists, we will investigate.

from paypal-android-sdk.

Belozerow avatar Belozerow commented on June 28, 2024

The last days I always had only INTERNAL_SERVICE_ERROR.

Now I updated the SDK to 2.0.1 and in onActivityResult always returns only "approved" payment, no more "created" state.
But still sometimes I have the same error:

E/paypal.sdk﹕ request failure with http statusCode:500,exception:org.apache.http.client.HttpResponseException: Internal Server Error
E/paypal.sdk﹕ request failed with server response:{"name":"INTERNAL_SERVICE_ERROR","message":"An internal service error has occurred","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#INTERNAL_SERVICE_ERROR","debug_id":"27797e95a783f"}
E/PayPalService﹕ INTERNAL_SERVICE_ERROR
E/ViewRootImpl﹕ sendUserActionEvent() mView == null

from paypal-android-sdk.

tomwhipple avatar tomwhipple commented on June 28, 2024

Is there a debug_id that's returned with the error? Or printed in the console log? If so it will help us trace the problem.

(I assume this is still sandbox?)

from paypal-android-sdk.

mattjacunski avatar mattjacunski commented on June 28, 2024

@Belozerow posted a debug_id from sandbox. I am looking into the logs but they do not look complete to me.
@Belozerow - If you see this again, please post another debug_id here. Thanks.

from paypal-android-sdk.

mattjacunski avatar mattjacunski commented on June 28, 2024

@Belozerow - This was a timeout between 2 internal services on sandbox and not an issue with your integration. We will pursue internally to get these resolved to improve your experience with the PayPal sandbox environment.

from paypal-android-sdk.

mattjacunski avatar mattjacunski commented on June 28, 2024

This should be resolved now. Reopen if the same issue is encountered again. Thanks.

from paypal-android-sdk.

Belozerow avatar Belozerow commented on June 28, 2024

Now I'm testing my application in "live" environment.
I'm trying to pay from paypal account and every time get this error:

E/paypal.sdk﹕ request failure with http statusCode:500,exception:org.apache.http.client.HttpResponseException: Internal Server Error
E/paypal.sdk﹕ request failed with server response:{"name":"INTERNAL_SERVICE_ERROR","message":"An internal service error has occurred","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#INTERNAL_SERVICE_ERROR","debug_id":"a1cd3d5f3af7f"}
E/PayPalService﹕ INTERNAL_SERVICE_ERROR

from paypal-android-sdk.

mattjacunski avatar mattjacunski commented on June 28, 2024

@Belozerow - we are investigating...

from paypal-android-sdk.

GirishBhat avatar GirishBhat commented on June 28, 2024

Hi I am testing my app using 2.3.5 Sdk with Live Environment for single payment,but every time I am getting this message

capture

E/paypal.sdk(15311): request failure with http statusCode:500,exception:org.apache.http.client.HttpResponseException: Internal Server Error E/paypal.sdk(15311): request failed with server response:{"name":"INTERNAL_SERVICE_ERROR","debug_id":"3e284a3cfb391","message":"Payment approval returned: {"id":"","state":"NON_PAYABLE","cart_id":"","payer":{"payment_method":"paypal","payer_info":{"email":"","payer_id":"","shipping_address":{"recipient_name":"","id":"","line1":"","line2":"","city":"","state":"","postal_code":"","country_code":"US","default_address":true,"preferred_address":false},"phone":"","phone_type":"MOBILE"}},"payment_approved":false,"offers":[{"offer_intensity":"STRONG"}],"payment_contingency":{"name":"PAYER_ACTION_REQUIRED","cause_name":"VERIFY_USER_IDENTITY","resolutions"[{"name":"STEP_UP_AUTH_NEEDED"}]}}","information_link":"https://api.paypal.com/docs/api/#INTERNAL_SERVICE_ERROR"}
E/paypal.sdk(15311): INTERNAL_SERVICE_ERROR

from paypal-android-sdk.

braebot avatar braebot commented on June 28, 2024

We'll need to investigate what this error means. Out of curiosity, do you have 2FA turned on for the sender's account?

Also, for bookkeeping, would you mind opening a new GitHub issue, since this is unrelated (despite the same INTERNAL_SERVICE_ERROR code) to the original problem reported here. Thanks!

from paypal-android-sdk.

braebot avatar braebot commented on June 28, 2024

Also, please try using the latest SDK. There have been some bug fixes recently, which may or may not address this issue.

from paypal-android-sdk.

GirishBhat avatar GirishBhat commented on June 28, 2024

What do you mean by 2FA? but how this is happened suddenly.

from paypal-android-sdk.

braebot avatar braebot commented on June 28, 2024

2FA is 2 Factor Authentication.

from paypal-android-sdk.

GirishBhat avatar GirishBhat commented on June 28, 2024

I have opened new GitHub issue for the above comment I posted #105

from paypal-android-sdk.

raviteja37 avatar raviteja37 commented on June 28, 2024

Hi i am getting this error while paying through sandbox id
request failure with http statusCode:422,exception:Unprocessable Entity
09-05 16:09:04.369 17840-21881/us.zoom.sdkexample E/paypal.sdk: request failed with server response:{"name":"PAYMENT_CREATION_ERROR","debug_id":"ee0213932758","message":"checkout-session not created","information_link":"https://developer.paypal.com/docs/api/#PAYMENT_CREATION_ERROR"}
09-05 16:09:04.372 17840-17840/us.zoom.sdkexample E/paypal.sdk: PAYMENT_CREATION_ERROR

from paypal-android-sdk.

AndroidManikandan5689 avatar AndroidManikandan5689 commented on June 28, 2024

I facing "INTERNAL SERVICE ERROR" when i using paypal sample credit card details (Sandbox Mode).

request failed with server response:{"name":"INTERNAL_SERVICE_ERROR","message":"An internal service error has occurred","information_link":"https://developer.paypal.com/docs/api/#INTERNAL_SERVICE_ERROR","debug_id":"9cd9fcd8e0f03"}

Could you known about this issue?

I was used paypal sdk 2.14.2

compile 'com.paypal.sdk:paypal-android-sdk:2.14.2'

from paypal-android-sdk.

randstraw avatar randstraw commented on June 28, 2024

@Manikandanoptisol I apologize for the late response. We did have issues around that time are things working for you now?

from paypal-android-sdk.

tomwhipple avatar tomwhipple commented on June 28, 2024

This issue is from 2014 and was closed then. Please create a new issue if required.

(Though INTERNAL_SERVICE_ERROR is a transient bug within the PayPal backend.)

from paypal-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.