Search code examples
.netpaypal

PayPal API Get shipping address by transaction ID


Does PayPal provide API to retrieve shipping address by transaction ID?

p.s. I am using /n software PayPal Integrator for .Net.


Solution

  • You can use GetTransactionDetails to obtain all of the information about the order including the shipping address.