#Austin_Rowe-charging-saved-pm
1 messages ยท Page 1 of 1 (latest)
Hello @gaunt vale I have feeling we'll become fairly acquainted through our integration haha
All good ๐ If you're charging a saved PM, you already have the payment method and you don't need to use PaymentElement in that case right?
https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
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.
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?
Yup
Ok, that makes sense!
Also for test connected accounts how can I get them setup to accept ach payments?
what type of connected accounts are these?
They're standard accounts. Would be for on-platform sellers
Gotcha
You likely want to start here
https://stripe.com/docs/connect/enable-payment-acceptance-guide?platform=web#enable-payment-methods
And is there a simple link I can use for sellers to go into the stripe dashboard and manage their accounts?
Perhaps by attaching the account_id to a dashboard.stripe.com url
๐ taking over for my colleague. Let me catch up.