#lkjhgfdsa - ACH
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_Qakyb8Y39NG8Ln
You can see parameters available for bank_account here: https://stripe.com/docs/api/tokens/create_bank_account?lang=node#create_bank_account_token-bank_account
And there's no account_type. So it's expected to return an error.
I am following this: https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
Hi @little glen
Got it, having a look...
I just tried and I get the same error as you. Can you try without account_type: "checking"?
But I want to create account with type "Checking" and "Savings"
Is it possible to create with account_type?
asking a colleague about this, give me a few minutes.
hi
So it looks like this parameter only works in some coutries, but not in the US.