#Farhaan_Kaleem - card token
1 messages · Page 1 of 1 (latest)
Hi there!
What is not working exactly? Can you share a request ID? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Actually there are 2 ways to create the card token, one in react and the other in node. Does both provide similar token?
I generated the token from react using Card number element and then used it in this API:
It gives me error saying No such token: 'tok_1LQrrDPJQbmTO8cW9HqX7bNM'; code: resource_missing; request-id: req_VxdXcwkr7xsCbb
For the request you shared, you passed a tok_xxx that does belong to a different Stripe account, so it's expected to fail.