#procodecrafter
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- procodecrafter, 19 hours ago, 18 messages
- procodecrafter, 20 hours ago, 21 messages
- procodecrafter, 1 day ago, 12 messages
- procodecrafter, 1 day ago, 5 messages
- procodecrafter, 1 day ago, 79 messages
- procodecrafter, 5 days ago, 28 messages
and 1 more
hello! you can refer to this snippet as reference for how to collect the card details instead : https://jsfiddle.net/ywain/rprufyg5/
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
May i know , how to create the token
have you looked at the code snippet?
you need to create the token with stripe.js, stripe.js indicates that you should be creating the token on your frontend
Is there not any other solution ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
onesec, let me test something and get back to you
Can you share the request id [0] for where you're getting that error? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Will share kindly hang on
sure, take your time
I can't
it's not logging there
req_jF2jvSsiF5eCZG
Here it is
Look , i understand , you may have suggested me to fetch token from the stripe.js but i am trying to implement this endpoints in my mobile application, I can't involve this thing if there is any-end point which can help me to fetch the card token then i am ready to hit it prior to creating token here
ah i see, i wasn't aware you were implementing on mobile, give me a while to get back to you on what's the available options
okay i am waiting...
Are you using one of our mobile SDKs?
See , i am hitting only endpoints defined on my node js server
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then you're going to either need to tokenise with Stripe.js (as per the error) or one of our mobile SDKs depending on your platform
Well, there's native iOS and Android SDKs depending on which platform you're using. They have functions you can use to tokenise card data from the native card elements
Send me the url
ok let me check