Is there a way to add the PayPal transaction fee to a View? Accounting needs this information when we process orders. I'd much rather customize a view than a PayPal report, if possible.

Comments

rszrama’s picture

The data should be in the transaction's payload array, so you can probably dig it out of there. I'd just create a new Views field handler that is able to read that information and output it in the View.

rszrama’s picture

Version: 7.x-1.0-rc1 » 7.x-1.x-dev
Category: support » feature

This feature won't make it into the 1.0 release, but I'd be happy to add it in a minor update after that.

thatoneguy’s picture

StatusFileSize
new4.45 KB

First attempt to add the PayPal a transaction fee.

guy_schneerson’s picture

Issue summary: View changes

Hi I need the mc_fee data for a site using version two (7.x-2.3). I can look into converting the patch.
Do you know if the structure of the payload is the same on version two as it is in one?

tomtech’s picture

Status: Active » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.