Level 54
@nabeelhassan if payments have been made against invoices, you can retrieve
$invoices = $user->invoices();
you can query stripe api directly to get balance transactions, and you should be able to filter this to make a list of payments for a customer
see https://stripe.com/docs/api/customer_balance_transactions/list?payment_intent_object-status
1 like