Advertisement
wrumble

Untitled

Jan 17th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.19 KB | None | 0 0
  1. post '/account/id' do
  2.   account = Stripe::Account.retrieve(params[:stripe_account])
  3.   account.legal_entity.verification.document = params[:file_id]
  4.   account.save
  5.   return account.to_json
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement