We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have exceeded a threshold for your compliance plan. というエラーメッセージが表示され決済できない
def create_charge customer_id raise 'Seller account must need stripe account.' unless user.stripe_account application_fee = (price * Settings.stripe.fee_percentage).to_i Stripe::Charge.create( customer: customer_id, destination: user.stripe_account.stripe_user_id, amount: price, description: description, currency: 'jpy',
Stripe::Charge.create(
の箇所でエラー
The text was updated successfully, but these errors were encountered:
https://botbot.me/freenode/stripe/2016-02-02/?msg=59231748&page=8 や http://qiita.com/hayashier/items/02fd691e5896b9864298 や https://stripe.com/docs/connect/identity-verification で書かれてあるとおり、追加情報を入力できるようにしないとだめそう
ダッシュボード部分でも、その旨がかかれていた。
Sorry, something went wrong.
#44 いったんこちらにまきとります
kitaindia
No branches or pull requests
You have exceeded a threshold for your compliance plan.
というエラーメッセージが表示され決済できない
の箇所でエラー
The text was updated successfully, but these errors were encountered: