Skip to content
New issue

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

決済しようとするとエラーがでる #43

Closed
kitaindia opened this issue Mar 18, 2017 · 2 comments
Closed

決済しようとするとエラーがでる #43

kitaindia opened this issue Mar 18, 2017 · 2 comments
Assignees
Labels

Comments

@kitaindia
Copy link
Contributor

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(

の箇所でエラー

@kitaindia
Copy link
Contributor Author

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
で書かれてあるとおり、追加情報を入力できるようにしないとだめそう

ダッシュボード部分でも、その旨がかかれていた。

2017-03-26 17 16 04

@kitaindia
Copy link
Contributor Author

#44
いったんこちらにまきとります

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant