#Shiv

1 messages · Page 1 of 1 (latest)

frank remnantBOT
past siren
#

I don't believe you can, but let me confirm.

#

Yep, not possible unfortunately. What is it you're using that flow for?

unborn monolith
#

okay, I see the docs. It says there 2 methods:

  1. collectFinancialConnectionsAccounts (Assuming for multiple selections)
  2. collectBankAccountToken (Assuming for single selection)

but on executing both methods returns the same array. Is this a bug or assumptions are incorrect?

https://stripe.com/docs/js/financial_connections

unborn monolith
#

For processing a subscription payment

past siren
#

Why not just use the Payment Element? Are you building a custom form?

unborn monolith
#

Yes, We wanted to have a custom form.

past siren
#

collectBankAccountToken is more for collecting external accounts for payouts, if you're a Connect platform

unborn monolith
#

Its subscription model. Can we generate a payment intent with a subscription price id?

past siren