You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a Webhook for a few events. I'm able to tunnel to localhost and send an event from the simulator, but the entire object doesn't deserialize. I'm only able to navigate down to webhookEvent.resource, at which point it is just a json string. I've tried to deserialize the resource object, but nothing works. I need to be able to get the payers email address.
Additionally, PAYMENT_SALE_COMPLETE doesn't contain any payer information and every event from the simulator fails validation.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
hmm, perhaps the json payload has changed since it was written. I'd double check that you're on the latest version of the SDK.
Which type are you trying to deserialize to? If nothing else works you can always deserialze to "dynamic" and then manually traverse down the object to get what you need.
Hi Ben. When I run the application the pay pall interface does not let me login in for some reason, is that intended when testing in sandbox? I even tried it in my application where I added the pop up paypal payment with my own sandbox clientId and secret, but experienced same thing. It does work however when I use generated credit card to test.
I've created a Webhook for a few events. I'm able to tunnel to localhost and send an event from the simulator, but the entire object doesn't deserialize. I'm only able to navigate down to webhookEvent.resource, at which point it is just a json string. I've tried to deserialize the resource object, but nothing works. I need to be able to get the payers email address.
Additionally, PAYMENT_SALE_COMPLETE doesn't contain any payer information and every event from the simulator fails validation.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: