Store credit card using Stripe + Parse with cloud code
I am attempting to store a users credit card into stripe. Once the token is made, I attempt to save the token with the user to Stripe as a customer. But I didnt find any answer to my problem, I just need to store a card to a user that already exist. I tried to use the method Stripe.Customers.update but it store the new card removing the "default" card if the user had one. And using the method Stripe.Customers.create it create a new customer with the new card, but I need to store in specific user. Cloud Code: Parse.Cloud.define("stripeCreateCard", function(request,response) { Stripe.initialize