#Amer Bearat
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You need to verify the bank account before you charge it. You can't just create a token and charge it immediately without verification.
is it a requirement to create a customer for bank account payment?
Verifying the bank account? Yes it is.
If you look at the link returned by the error, It tells you how to verify the bank account
https://stripe.com/docs/ach-deprecated#manually-collecting-and-verifying-bank-accounts
So, I have to make 4 different API calls to achieve this flow? Create a customer, Create a bank account token, attach the bank account to the customer and verify it, Then, create a charge.
Yup, that's correct
oh man that is not convince
Unfortunately, that's how the API has been designed ๐
You can bring it down to three four if you do
1/ Create a token
2/ Create a customer and pass the token as source
3/ Verify
4/ Charge it
well, verification is a separate step so no, still four (instead of five earlier)
okay thank you for the help
NP! ๐ Good luck
@thick hazel do you anything about Stripe Connector for Salesforce
https://stripe.com/docs/plugins/salesforce
Our team on discord won't know a ton about connector integrations unfortunately. You should reach out to our support team as they can help
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
okay thanks