No sandbox webhooks events called when using "Pay with Card"

Hasan_ElHefnawy
Contributor
Contributor

Hi everyone,

I'm using paypal-android-sdk:2.16.0
When I launch the PaymentActivity, I get two options:

* Pay with PayPal

* Pay with Card
When I get click on the second option (Pay with Card), I get other two options:

either take a photo of my card or hit the keyboard button which opens the Card Details page where I have to fill the Card Number, Expires, and CVV fields

After filling these fields and I hit enter, I receive the following response

paymentDetails {
"client": {
"environment": "sandbox",
"paypal_sdk_version": "2.16.0",
"platform": "Android",
"product_name": "PayPal-Android-SDK"
},
"response": {
"create_time": "2020-07-04T21:14:10Z",
"id": "PAY-2YC25036PV279674YL4APCIQ",
"intent": "sale",
"state": "approved"
},
"response_type": "payment"
}

However, when I go to my developer paypal account, I don't find any new webhooks events although the webhook I added in my app tracks ALL events. This issue doesn't happen when choosing "Pay with PayPal". It only happens when choosing "Pay with Card".

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.