#Rashmika - Create Token
1 messages ยท Page 1 of 1 (latest)
Hi ๐
it's a little busy so I may take a minute to get back to you but I've created this thread for us to chat
Hi ๐
So you are using the Tokens API to create a credit card?
You can review those here: https://stripe.com/docs/api/tokens/create_card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But we really don't recommend that since Tokens is way outdated
Your best bet is to use a Setup Intent. We even have a guide for it in React Native
ok thanks for suggesting
let me take a look at this
Setup intents are a much more robust approach and we even have more useful code snippets