cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Where i can see Application platform fee in paypal?

adam1681
Contributor
Contributor

Hello, i am using PayPal checkout API for marketplace project

All things are working properly but i am not able to see platform fee in my business account, below is part of request

"'payment_instruction': {
'disbursement_mode': 'INSTANT',
'platform_fees': [{
'amount': {
'currency_code': 'USD',
'value': 25.00
},
'payee': {
'email_address': 'mybusinessaccountemail'
}
}]
}"
i have add this object in purchase_units object, API return success with order id then i capture this order with orderid
 
 
please guide me where i can check platform fee, the seller needs to confirm the payment? status showing completed status
Login to Me Too
Who Me Too'd this topic