#mkoenke-list-customers
1 messages · Page 1 of 1 (latest)
Hi there! Have you seen our docs here: https://stripe.com/docs/connect/authentication on making Connect Requests?
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