AI OnAI Off
DId you make your own API integration?
If you use their Orders V2 API, then purchase_units[0].shipping.address should contain an object with address fields. But only if you supply it from the site, or the customer fills it in on the PayPal form.
Hi,
I'm using Hotcakes PaypalWebServices when I get the order "purchase_units[0].shipping.address " this is null.
I don't know that (Hotcakes) integration. But I notice that the response also miss Items and Payments and other stuff.
Did the integration even fill them in? Or did the request set Prefer=minimal header, instead of Prefer=representation?
What if you load the order in Postman? Do you see the missing values?
Hi,
PayPal Api can we get shipping details before we capture the payment?
Right now when I try to get the order details(order status "APPROVED") the shipping address is null from it.