#darent
1 messages · Page 1 of 1 (latest)
"Received unknown parameters: bank_code, branch_code"
I am getting this error
Below is my code:
token = Stripe::Token.create(
bank_account: {
country: 'JP',
currency: 'jpy',
account_holder_name: @bank_info[:account_holder_name],
account_holder_type: 'individual',
account_number: @bank_info[:account_number],
account_type: 'futsu',
bank_code: "5466",
branch_code: "016"
}
)
how should i send the bank_code and branch_code ?
you combine them and pass them as routing_number