Marketplaces and Platforms - I don't see Partner fees

hrubostpan
Contributor
Contributor

I am implementing Immediate capture on Marketplace - in sandbox environment. I was doing what is on https://developer.paypal.com/docs/platforms/checkout/immediate-capture/ :

 

{ "intent": "CAPTURE", "purchase_units": [{ "amount": { "currency_code": "USD", "value": "4.00" }, "payee": { "merchant_id": "F5XTPNKC5KKK6" }, "payment_instruction": { "disbursement_mode": "INSTANT", "platform_fees": [{ "amount": { "currency_code": "USD", "value": "1.00" } }] } }] }

 

After Capture order I can see in Sandbox PayPal site signed in as buyer, that he paid 4$ - OK.

I can see in Sandbox PayPal site signed in as seller, that he recieved 2,5$, PP takes 0,5$ and Partner fee is 1 $ - OK.

But I can not see any fees signed in as Partner - Marketplace account. Why is that?

 

Thank you.

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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