#masud

1 messages · Page 1 of 1 (latest)

onyx zephyrBOT
ocean surge
#

Hmm no I would expect those listed payment intents to include payments associated with invoices, if applicable for the customer

foggy badger
#

yea so this works to get a list of invoices

Stripe::Invoice.list({ subscription: @project.service_checkout.stripe_subscription_data["id"] })

#

yea i figured PaymentIntent.list would give me ALL payments a platform receives. seems like it only does it for one_time unless i'm doing something wrong.