Colin Wang
Colin Wang

Reputation: 6958

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?

Upvotes: 1

Views: 3980

Answers (1)

Alicia Sykes
Alicia Sykes

Reputation: 7067

The nonce will expire after 3 hours.

References:

Upvotes: 2

Related Questions