#jzills-paymentmethod-detach
1 messages · Page 1 of 1 (latest)
Hello @neon mirage , once the PaymentIntent succeeded you can detach the PaymentMethod if you don't want to use it again, you don't need to wait
I'm curious why you attach the PaymentMethod though if you don't plan to reuse it?
We're using Plaid for ACH integration but I couldn't find anywhere the ability to use one time ACH payments. I prompted this question here the other day and the response was to delete the BA after the one time use.
Is there a better suggested way of doing this?
you can pass the btok_123 when creating a Charge via the API, you don't need to save it first. So you'd pass source: 'btok_123' and not pass customer at all
Ok interesting that makes sense - we are using the PI API though.
Is there a way to do this through the PI?
no
If you use Plaid, I recommend sticking to the legacy Charge API. Or move to our solution and not use Plaid otherwise!
PI is the successor of the Charge API, correct?
correct
Great thanks! Can you provide me a link to the new Stripe solution for processing ACH please?
Thank you!
sure thing!
I'm looking at the documentation but I can't find a clear answer - does the native Stripe ACH support instant verification or are microdeposits still required?
👋 koopajah had to head out, but I can help
Great thanks Karbi
The new ACH flow does support both instant and microdeposit verification - if you only want to use instant verification we have guidance on how to enable that https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web#instant-only-verification
Perfect thank you