Skip to main content
Answer

How can I see customers who have been refunded?

  • August 13, 2024
  • 1 reply
  • 258 views

Forum|alt.badge.img+4

What filters do I need in a customer list?

Best answer by Haley Pace

We don't currently surface that in customer lists, as refunds are really more of a transaction-level entity (i.e., one customer could have multiple refunds). Instead, we do provide Scheduled Data Exports which are a log of each transaction, and there is a refunded_at field which you can use in combination with the rc_original_app_user_id field to determine which users have at least one refund.
 

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • Answer
  • August 15, 2024

We don't currently surface that in customer lists, as refunds are really more of a transaction-level entity (i.e., one customer could have multiple refunds). Instead, we do provide Scheduled Data Exports which are a log of each transaction, and there is a refunded_at field which you can use in combination with the rc_original_app_user_id field to determine which users have at least one refund.