In this tutorial, you will to learn how to accept credit cards in iOS using Stripe, a pain-free, developer-centric way to handle purchases in your apps.
@diegohv Thanks for your question. Unfortunately, I’ve not integrated Stripe and Firebase together. Are you encountering any specific problem? Thanks, Lorenzo
Thanks for the answer my friend. I actually managed to make it work with firebase following another tutorial and making sligthly changes in your integration code. It workd fine.
I have the same issue with the response status code as unacceptable and tried fixing it by making sure the TEST_SECRET_KEY is there before running the ruby script, but I’m still getting the same error. Any advice?
Nevermind, by looking at the logs in Stripe, I found out the currency was not getting there, and indeed, I was sending “currency:” instead of “currency”
Hi @bhumin! Thanks for your question. Are you able to provide more info about your problem? For example, do you have any problem running the server? What do you see on the terminal? Have you correctly setup the secret key? Thank you in advance.