Reputation: 6958
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.sale
sale
How is the expiration of the payment nonce?
Can I use it several times, even a month later?
Upvotes: 1
Views: 3980
Reputation: 7067
The nonce will expire after 3 hours.
References:
Upvotes: 2