Cannot find payload.nonce after onAuthorize

JBlink
New Community Member

Hi there. I'm trying to implement the Express Checkout - Braintree SDK (https://developer.paypal.com/docs/accept-payments/express-checkout/ec-braintree-sdk/get-started/).

My problem is that once I deployed the the Client I should receive a "payload.nonce" attribute to send it to the server. I get the "payload" object, but inside this object there's no "nonce" attribute.

This this the attributes that i get from the "payload" object:

payload : {

paymentToken: "",

orderID: "",

payerID: "",

paymentID: "",

intent:  "",

returnURL: "",

button_version: ""

}

 

Where is the "nonce" object? No idea.....

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.