#Murali - bank account

1 messages · Page 1 of 1 (latest)

quick kayak
#

Hi there!

#

What is your question?

cerulean token
#

Hi Soma

#

I am trying add a bank account to a custom account

#

I am getting above error.

quick kayak
cerulean token
#

req_pp1Uvpyy3hg6fv

quick kayak
#

Thanks! Give me a few minutes to look into this.

cerulean token
#

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",

errant sail
cerulean token
#

req_iA4ZWLNHKTRFbh

errant sail
#

There's no body/parameters in your API call. It's empty

cerulean token
#

which body parameter is missing

#

I am unable to create a bank account token for a custom account

errant sail
cerulean token
errant sail
#

Your payload needs to be form-urlencoded

cerulean token
#

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?

errant sail
#

Are you using stripe-node?

errant sail
cerulean token