skip to Main Content

Json – Paypal API V2 create order malformed request

I keep getting malformed request when trying to create an order. My json looks like this. { "intent":"CAPTURE", "purchase_units":[ { "items":[ { "name":"Heartless", "description":"Short sleeve tshirt 230gram of 100% cotton, Heartless print on front empty back.", "quantity":2, "unit_amount":{ "currency_code":"EUR", "value":25.0…

VIEW QUESTION

Paypal api – Paypal Marketplace Platform – How to implement partner fee?

So I've followed the Paypal documentation to the best of my ability. Specifically these: https://developer.paypal.com/docs/platforms/get-started/ https://developer.paypal.com/docs/platforms/seller-onboarding/before-payment/ https://developer.paypal.com/docs/platforms/checkout/immediate-capture/ I'm able to onboard my sandbox seller, and I'm able to create an order (via the steps/example in immediate-capture link) however, when I…

VIEW QUESTION
Back To Top
Search