#mahraamir
1 messages · Page 1 of 1 (latest)
The session object should include an accounts list: https://stripe.com/docs/api/financial_connections/sessions/object#financial_connections_session_object-accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can you please verify, what's wrong with this request
req_zXZIO21JazXhuX
accounts are not coming in response
I just made a payment with this customerid cus_OkZfuc5zaMjCOm
hmm, I'm not sure, I'm sorry, we don't have a lot of experience with FinancialConnections on my team right now and it would take time to investigate(you can write to https://support.stripe.com/?contact=true)
maybe you need to call https://stripe.com/docs/js/financial_connections/collect_financial_connections_accounts on the frontend with that Session object you created, in order to authorise access to the actual accounts now?
that could work, though I'm not 100% sure how you get the ID needed for that call
yep but what I'm saying is that to make that API call you need the fca_xxx ID, and I don't know how you get that from the successful PaymentIntent or customer
ah, you would use https://stripe.com/docs/api/payment_methods/object?lang=php#payment_method_object-us_bank_account-financial_connections_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there a way to get full account number instead of having last 4 of the account?