#benclum11

1 messages · Page 1 of 1 (latest)

waxen wharfBOT
ebon helm
muted flax
#

I ideally I was trying to save a Stripe API call by fetching both the customer object AND the payment method objects in the same API call.

#

but yeah it can be done in separate API calls

#

looks like I can do it in "reverse" Stripe::Customer.list_payment_methods(customer_id, { expand: ['data.customer'] }) but that doesn't work if the customer has no payment methods

ebon helm
muted flax
#

got it. thanks.