#.fallenblade

1 messages · Page 1 of 1 (latest)

somber joltBOT
#

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.

serene python
#

What are you using to accept payment methods right now/

smoky dove
#

We have two options. Monthly, and One-time payment.
Subscription and PaymentIntent.

serene python
#

Right, but what are you using to accept payment methods? Payment Element? Stripe Checkout? Payment Links?

smoky dove
#

Ahhh okay, Payment Element, and Payment Request Button (Google Pay, and Link)

serene python
#

To add a new one, you just send the Customer back through your Payment Element or Payment Request Button workflow

#

There aren't really any products for displaying existing Payment Methods to Customers unless you're using the Billing Portal with Subscriptions. I think there might be an option to display the Payment Method on a mobile device using the Payment Sheet, but I'm not sure if you're using that or not

smoky dove
#

I see, I understand now. How about updating the current payment method? For example, the customer wanted to change his card details. Which API call should I usee?

serene python
#

What is the use-case there? Like updating to a new Payment Method? Or update an existing Payment Method?

smoky dove
#

For example, the customer's payment has been declined. And the customer wanted to use his another card. Should I create a new payment method or I can just update the existing payment method?

serene python
#

You should create a new one in that case

smoky dove
#

Okay, thanks!