Hi All, Using braintree graphql api, I am trying t...
# integrations
s
Hi All, Using braintree graphql api, I am trying to authorize the credit card using vault(token) and getting the error message 'Unknown or expired single-use payment method'. I want to authorize the transaction using the token, not using a nonce. Please help.
c
Token is always a single time use code whereas once you vault the payment it returns the multi use code in Braintree. You can use it for authorisation and to create the transaction.
s
I am using the the multi use token
It is resolved. I was using legacy id instead of id
👍 1