#Austin_Rowe-charging-saved-pm

1 messages ยท Page 1 of 1 (latest)

gaunt vale
#

Hello again ๐Ÿ‘‹

pulsar jolt
#

Hello @gaunt vale I have feeling we'll become fairly acquainted through our integration haha

gaunt vale
#

if the saved payment method fails, then you'd need the PaymentElement for a new payment method in which case

When a payment attempt fails, the request also fails with a 402 HTTP status code and the status of the PaymentIntent is requires_payment_method. You need to notify your customer to return to your application (for example, by sending an email or in-app notification) to complete the payment. Check the code of the Error raised by the Stripe API library or check the last_payment_error.decline_code on the PaymentIntent to inspect why the card issuer declined the payment.

pulsar jolt
#

This makes sense, so when I create the payment intent with the saved payment method it immediately will try to charge the payment method, right?

gaunt vale
#

Yup

pulsar jolt
#

Ok, that makes sense!

#

Also for test connected accounts how can I get them setup to accept ach payments?

gaunt vale
#

what type of connected accounts are these?

pulsar jolt
#

They're standard accounts. Would be for on-platform sellers

gaunt vale
pulsar jolt
#

And is there a simple link I can use for sellers to go into the stripe dashboard and manage their accounts?

placid spindle
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

pulsar jolt
#

Got it! Thanks @placid spindle

#

Basically I need a way to direct sellers to the stripe dashboard if their account needs extra info to accept payments