App processing fee removed from Payments API

Hi,
Does anyone know if app_processing_fee was removed from Payments API, I can see it for past transactions but today when I ran the API, it’s not available.

Edit: I was fetching data using ListPayments

I’m still seeing it. What’s the application ID and a payment_id you’re not seeing in? :slightly_smiling_face:

payment id

BYYGkSyBka5Kfw7kAaACHPbsvaB

I’m seeing the fee when I get the payment.

"processing_fee": [
            {
                "effective_at": "2022-11-09T01:11:12.000Z",
                "type": "INITIAL",
                "amount_money": {
                    "amount": 28,
                    "currency": "USD"
                }
            }
        ]
``` :slightly_smiling_face:

I guess this is different, I’m able to see processing_fee but I was seeing another key app_fee_money which is missing now, apologies for the incorrect information in original post.

Oh, that’s only present if the developer application collected a fee from the payment. :slightly_smiling_face: