mihira
May 12, 2020, 12:48pm
1
Hi @copilot , I’m following your course and I’m trying to save a new payment method under a users profile.
I found the api call to “Retrieve a PaymentMethod” but it is giving me the following error:
Secondly I can’t find a call that will update the PaymentMethod to be the new default. Is this in the works?
Thank you!
1 Like
J805
May 12, 2020, 1:35pm
2
Hey, just FYI. He doesn’t monitor the forum. This is how you would contact him.
Hi @lplantify ,
We don’t actively monitor the forums and always direct users to report any possible bugs directly to our Plugins inbox over at plugins@withcopilot.com .
Thank you! i’ll try that.
1 Like
Did you ever find the answer as to how to update the PaymentMethod to be the new default?
I figured it out. To set a default payment method for a customer use the Stripe.js - Customer - Update action. Assign it the Customer ID and the Payment Method ID to use and viola… default payment method assigned.
6 Likes