If I have a customer id cus_jkhjsa776757, is it possible to retrieve a charge associated with that customer id? For example, something like:
charge = Stripe::Charge.retrieve({ :id => 'cus_jkhjsa776757' })
For that I am getting an error:
"Stripe::InvalidRequestError (No such charge: cus_jkhjsa776757)"
