Search code examples
node.jsbraintreenonce

Payment method nonce or token


When I use Braintree, I have to generate a payment nonce from the client token and the information about the card (number, expiration, ...).
Once it is generated, I can process the payment by BraintreeGateway.transaction.salesale How is the expiration of the payment nonce? Can I use it several times, even a month later?


Solution

  • The nonce will expire after 3 hours.

    References: