API Error: "This application has not been enabled to take payments with app_fee"

We used OAuth to obtain authorization from the seller. When we include the application fee in the call to create payment API, it triggers the error shown below. What does this mean? I haven’t found any option to enable the application fee.

{
    "errors":[
        {
            "category": "INVALID_REQUEST_ERROR",
            "code": "BAD_REQUEST",
            "detail": "This application has not been enabled to take payments with app_fee"
        }
    ]
}

This error is happening because your developer account needs to be fully verified for processing payments. You’ll need to finish fully setting up the account. :slightly_smiling_face:

Thank you, It’s working now.