`request_params = { mount: 1000, currency: "JPY", card: token.id }` should be `request_params = { amount: 1000, currency: "JPY", card: token.id }` mount should be amount