1 messages · Page 1 of 1 (latest)
accua-account-ruby
@radiant yoke can you share some code and the exact error?
sure
the route get '/user' do Stripe::Account.retrieve('cus_OAQDq8zTSJZpoo') end
the error:
ah that's why
cus_123 is a Customer object.
cus_123
You're using the wrong API you want https://stripe.com/docs/api/customers/retrieve
💀
thank you