#jzills-paymentmethod-detach

1 messages · Page 1 of 1 (latest)

mossy saddle
#

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?

neon mirage
#

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?

mossy saddle
#

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

neon mirage
#

Ok interesting that makes sense - we are using the PI API though.

#

Is there a way to do this through the PI?

mossy saddle
#

no

#

If you use Plaid, I recommend sticking to the legacy Charge API. Or move to our solution and not use Plaid otherwise!

neon mirage
#

PI is the successor of the Charge API, correct?

mossy saddle
#

correct

neon mirage
#

Great thanks! Can you provide me a link to the new Stripe solution for processing ACH please?

neon mirage
#

Thank you!

mossy saddle
#

sure thing!

neon mirage
#

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?

digital echo
#

👋 koopajah had to head out, but I can help

neon mirage
#

Great thanks Karbi

digital echo
neon mirage
#

Perfect thank you