#ademarj
1 messages · Page 1 of 1 (latest)
Do you have the Payment Intent ID you were using to test this out?
Hey Kerbi, I don't have
I'm using that option
And fill this form out with https://stripe.com/docs/payments/ach-debit#testing-ach
What was the UI you were looking at before this? Did you get here from a Checkout Session? a Payment Link? the dashboard?
I came from a payment terminal
Can you show me a screenshot of that?
okay let's back up for a second - how did you integrate with stripe? usually you'd use a Payment Intent or a Checkout Session - a "Payment Terminal" isn't a stripe concept
Are you possibly using a third-party plugin/extension?
I'm using a Payment Intent
In this first step, I'm trying to add a Payment Method > Bank Account
Gotcha, so can you share the Payment Intent ID that you created so I can take a look at what you're doing?
Well, let me double check internally here first
than I will be back
Thank you so much
btw...
In case of ACH failure, I would like to know which scenario I have automatic transfer reversal ?
What docs are you reading that talk about automatic transfer reversal?
I was taking a look in this Payment Intent pi_3N48GMDfcmTYbu9Y1selyn3M to trying understand why I have theses
trr_1N5kozDfcmTYbu9YfcbRwiDB
fr_1N5kozDHkPTkQGMjH2T4U5cW
As I understood I need to call an endpoint to do a Transfer Reversal, but in the case above we didn't call any endpoint to do that.
Then I suppose that was automatic, but I'm not sure
But, thank you. I need to structure better my questions then will be easier to get help
I really appreciate your time
👍
yeah for the example you gave that was an automatic transfer reversal initiated by us because the ACH payment ultimately failed (so we recouped the funds from the connected account as well)
There isn't a test card as far as I know that exactly mirrors this scenario
Ah ok got it
Do we know which scenario an automatic transfer reversal is initiated by Stripe ?
Normally you'd indicate whether to do this when issuing refunds via reverse_transfer: https://stripe.com/docs/connect/destination-charges#issuing-refunds
But in the case of failing payments as above its initiated automatically for the failed payment
is it in all cases of failing payments?
I'd expect similar behaviour for other async payment methods, but I'm not sure