#Kiss

1 messages ยท Page 1 of 1 (latest)

fathom estuaryBOT
rain trout
#

Hello ๐Ÿ‘‹
When you say account balance, are you referring to bank accounts ?

cloud parcel
#

I tried :

    const paymentIntent = await stripe.paymentIntents.create({
            amount: parseInt(req.body.amount),
            currency: 'usd',
            customer: customerId,
            payment_method_types: ['us_bank_account'],
            payment_method_options: {
                us_bank_account: {
                  financial_connections: {
                    permissions: ['payment_method', 'balances'],
                    prefetch: ['balances'],
                },
                },
            },
            setup_future_usage: 'off_session',
        })

But it is not working

rain trout
#

what error are you seeing here?

cloud parcel
#

error: Received unknown parameter: payment_method_options[us_bank_account][financial_connections][prefetch]

rain trout
#

Apologies for the delay here

#

still looking..

#

Ah the reason I couldn't find much is because this feature still might be in beta

#

Our team on discord won't be able to discuss beta features. I'd recommend talking to our support team about this so that they can help

https://support.stripe.com/?contact=true

cloud parcel
#

Got it, thank you for your help