#Murali - bank account
1 messages · Page 1 of 1 (latest)
Hi Soma
I am trying add a bank account to a custom account
I am getting above error.
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
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.
req_pp1Uvpyy3hg6fv
Thanks! Give me a few minutes to look into this.
thanks Soma
Hi Soma I over come that issue by passing Stripe account header
But I am getting different error now
You must supply either a card, customer, PII data, bank account, or account legal entity to create a token. If you're making this request with a library, be sure to pass all of the required parameters for creating a token. If you're making this request manually, be sure your POST parameters begin with the token type. For example, a PII token would require pii[personal_id_number], while an account token would require a parameter beginning with account[legal_entity]. See the API reference for more information: https://stripe.com/docs/api#token_object",
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_iA4ZWLNHKTRFbh
There's no body/parameters in your API call. It's empty
which body parameter is missing
I am unable to create a bank account token for a custom account
All of them, that req_xxx you shared had no body/paramaters
Your payload needs to be form-urlencoded
ok, give me 2 min
its working on postman with form-urlencoded
but when I try to create an API on nodejs express
how I need to pass data?
Are you using stripe-node?
I don't know what this means