PAYEE_NOT_CONSENTED Checkout order API issue

Namrata1
Contributor
Contributor

Hello,  I have Platform partner app account.and i am trying to pay multiple sellers with platform fees using this api

https://api-m.sandbox.paypal.com/v2/checkout/orders/

 

{
"intent": "CAPTURE",
"purchase_units": [
{
"payee": {
"email_address": ""
},
"amount": {
"currency_code": "USD",
"value": "17.00"
},
"payment_instruction": {
"disbursement_mode": "INSTANT",
"platform_fees": [
{
"amount": {
"currency_code": "USD",
"value": "2.00"
}
}
]
}
}
]
}
 
After approval from buyer trying to execute checkout capture api
But api throws below error
 
{
"name": "NOT_AUTHORIZED",
"details": [
{
"issue": "PAYEE_NOT_CONSENTED",
"description": "Payee does not have appropriate consent to allow the API caller to process this type of transaction on their behalf. Your current setup requires the 'payee' to provide a consent before this transaction can be processed successfully."
}
],
"message": "Authorization failed due to insufficient permissions.",
"debug_id": "31bd92b04eeb0",
"links": [
{
"rel": "information_link",
"method": "GET"
}
]
}

 Please Help

 

Login to Me Too
2 REPLIES 2

Namrata1
Contributor
Contributor

Is there any update regarding this issue?

Login to Me Too

ilyaspatel91
New Community Member

any luck or solution 
from pay pal team or any other 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.