Search⌘ K
AI Features

Receiving the Payment Method Nonce

Explore how to handle the payment method nonce sent from the client to the server using POST requests. Understand the use of nonce values for creating transactions with Braintree, including the role of fake-valid-nonce for testing.

We'll cover the following...

As discussed earlier, the server is responsible for receiving the payment method nonce from the client and using it to make a transaction.

POST request handler

The client sends the ...