Closed codingslash76 closed 2 years ago
Params should be like this.
const params = {
type: 'BankAccount',
accountHolderName: 'Jenny Rosen',
accountHolderType: 'individual',
accountNumber: '000123456789',
country: 'US',
currency: 'usd',
routingNumber: '110000000',
}
It is working now.
I am using following params to create bank token
I am getting following error.
Stripe Dashboard logs
Can anyone tell me what I am doing wrong here?