We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i use Stripe.kt instead of CollectBankAccountLauncher to complete financial-connections? Just like
Stripe.kt
CollectBankAccountLauncher
stripe?.confirmPayment(activity, ConfirmPaymentIntentParams.createWithPaymentMethodId( paymentMethodId, clientSecret ))
I don't know how to assemble the parameters。Any one can help me?Or can only use CollectBankAccountLauncher to do this?
The text was updated successfully, but these errors were encountered:
Hi @CCCCauchy, yes you need to use CollectBankAccountLauncher to complete financial-connections transactions.
Sorry, something went wrong.
No branches or pull requests
Can i use
Stripe.kt
instead ofCollectBankAccountLauncher
to complete financial-connections?Just like
stripe?.confirmPayment(activity, ConfirmPaymentIntentParams.createWithPaymentMethodId( paymentMethodId, clientSecret ))
I don't know how to assemble the parameters。Any one can help me?Or can only use
CollectBankAccountLauncher
to do this?The text was updated successfully, but these errors were encountered: