While Recurly does not currently offer a report that provides this data in a straightforward way, you can use our Transactions export to pull the data you need to perform the calculation.
Step 1: Get the Total Number of Declined Transactions
-
Download the Transactions export under Analytics > Exports.
-
Set the Time Range specifically for the period you need (e.g., "Year to Date").
-
Once downloaded, use the
typecolumn to filter out refunds and authorizations, so that onlypurchasesare displayed. -
Filter the
statuscolumn to only viewdeclines.
Once you have completed these steps, you will have a list of all declined transactions for that period. Add these up to get your total number of declines.
Step 2: Get the Total Number of Transactions
-
Download the same Transactions export again.
-
Use the
typecolumn to filter out refunds and authorizations, so that onlypurchasesare displayed. -
Filter the
statuscolumn to only viewsuccessanddeclines.
Once you have completed these steps, you will have a list of all transactions for that period. Add these up to get your total number of transactions.
Final Calculation: To get your percentage, divide the total number of declines by the total number of transactions:
(Total # of declines / Total # of transactions) x 100 = Percentage of declines for that time period.
Comments
0 comments
Please sign in to leave a comment.