#Maxv

1 messages ยท Page 1 of 1 (latest)

plain hornetBOT
torn cobalt
#

Hi there. Just curious, which doc are you following?

spark oak
mellow sequoia
#

Hello ๐Ÿ‘‹
This feature is still in beta for most parts so we might not know everything about it. You may want to reach out to our support this for 100% confirmation

Looking at the docs it seems like after you confirm the PaymentIntent, you can get the financial connections account ID from the payment method and then use one of the Financial Connections API guide to retrieve the data you want
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout#access-data-on-a-financial-connections-bank-account
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout#access-data-on-a-financial-connections-bank-account:~:text=Learn how to access the data requested using the Financial Connections account ID in the Financial Connections API guides for balance data%2C ownership details and transaction data.

spark oak
#

@mellow sequoia
Thank you!
Do you mean confirm or collect? I mean it looks like it should happen before the payment is collected, right? (the payment intent is in pending state)

mellow sequoia
#

Technically, you'd get access to it as soon as the PaymentMethod is tokenized. I can't quite remember if the PaymentMethod gets created on collection or if it occurs on confirmation. If you are using manual confirmation, I'd recommend running a test to be 100% sure

spark oak
#

And it still needs the refresh to get the newest data, right?

#

stripe.financialConnections.accounts.refresh

mellow sequoia
#

Don't know to be honest as I mentioned before the API is still in beta and our team on discord doesn't know a ton about it. The easiest way to know would be to test it out.

spark oak
#

Sounds good to me,
Thank you for your help!

mellow sequoia
#

NP! ๐Ÿ™‚ Happy to help