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"
}
]
}