#Maxv-financial-connection-prefetch
1 messages · Page 1 of 1 (latest)
I'm not sure what you mean there. Are you trying to use the create.payment_intent API call to get the balance before creating the Payment Intent?
no, im adding the balance to financial_connections in order to recieve client balance before confirming the payment. (getting the financial account via payment intent ach payment and not via financial session).
In financial session there is a possibility to add prefetch to balances. and I wonder if it is also possible to add it when creating payment intent
The request balances via financial session:
https://stripe.com/docs/financial-connections/balances#request-account-balances
Ah, I see. No unfortunately the Payment Intent API doesn't have any such parameter or method
Got it, thanks!