In Braintree, When I generate a client token with a $customerId
, how reliable is it to save that client token to database and re-use it later on?
I always have a user corresponding to a $customerId
and it would greatly reduce the number of calls to Braintree if I could re-use the token.
Does the token ever expire? There is no mention of that in the official docs.
Thanks a lot!