PAYEE_NOT_CONSENTED Checkout order API issue
Namrata1
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jan-19-2022
11:03 PM
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
2 REPLIES 2
Namrata1
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan-24-2022
11:47 PM
ilyaspatel91
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar-26-2023
11:08 PM

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- Selected Shipping Method amount not updating to cart for card payment in SDKs
- Error payment in PayPal Payments Standard
- PayPal Express Error #10413 when people use a discount code on my Magento2 store in PayPal Payments Standard
- PERMISSION_DENIED error for checkout/orders/{order_id} endpoint in REST APIs