#mkoenke-list-customers

1 messages · Page 1 of 1 (latest)

burnt chasm
willow heron
#

yes! I am successfully making this call. `standard_stripe_options = {
stripe_account: @stripe_account_id,
api_key: @api_key,
}

  stripe_options = {
    customer: customer.id
  }
  response = Stripe::PaymentIntent.list(
    stripe_options, standard_stripe_options)`
#

however I would expect that data would be returned and it is not

burnt chasm
#

Hey sorry, missed this!

#

Looking now.

#

What happens when you log your response?