#ashuguptagamer
1 messages ยท Page 1 of 1 (latest)
Do you have an account based in India?
Yes, I need to add a test card to use the Test Clock feature.
Yeah, I'm fairly sure we don't allow this for India accounts because of the strict regulations there - instead of adding this through the dashboard you can add test cards through the API in test mode
Oh, can you link me the correct endpoint for it?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also, just a reminder that I need to create a Test Clock Customer and then add a card payment to them.
Will the Test Clock Customer Id work as same Normal Customer?
I could use this than right? https://stripe.com/docs/api/payment_methods/attach
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yup!
Also, a suggestion. I think you should allow adding off-session cards in test mode. As test mode is not really a live payment system that would fall under the RBI Guidelines.
PayPal allows developers to just make multiple country sandbox accounts that we can use, which completely follows those country's guidelines.
Just a suggestion.
That's definitely a fair suggestion! My guess is that we don't allow this because in general we try and make our live and test mode behavior as similar as possible (so that users don't begin to rely on something in test mode that they won't be able to do live)
But I can see why you'd want to do it just for testing
Yeah, thats fair. Maybe adding support for multiple country test accounts would be nice ๐. But I can understand how big of a feature update it will be. It would take some fare amount of time.