#Shiv
1 messages · Page 1 of 1 (latest)
I don't believe you can, but let me confirm.
Yep, not possible unfortunately. What is it you're using that flow for?
okay, I see the docs. It says there 2 methods:
- collectFinancialConnectionsAccounts (Assuming for multiple selections)
- collectBankAccountToken (Assuming for single selection)
but on executing both methods returns the same array. Is this a bug or assumptions are incorrect?
We're using it for instant ACH verification.
For processing a subscription payment
Why not just use the Payment Element? Are you building a custom form?
Yes, We wanted to have a custom form.
Then you should be using collectBankAccountForPayment: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-collect-details
collectBankAccountToken is more for collecting external accounts for payouts, if you're a Connect platform
Its subscription model. Can we generate a payment intent with a subscription price id?
Sure, when you create the Subscription if a payment is due then it'll generate a Payment Intent: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#create-subscription