Shahid Bangash
Shahid Bangash

Reputation: 41

How to perform Braintree transaction after receiving Nonce?

I am using Flutter_braintree plugin to integrate PayPal and Google Pay in my flutter app . I am able to get Nonce after performing BraintreeDropInRequest. I don't know How to process this Nonce for transaction. If there is any documentation please help me with it. May be I am doing something wrong.

Thanks in advance

Upvotes: 0

Views: 482

Answers (1)

Preston PHX
Preston PHX

Reputation: 30377

Your server uses the nonce from the client to create a transaction. Read the Braintree documentation for whatever environment your server is.

Upvotes: 1

Related Questions