maiky_forrester
maiky_forrester

Reputation: 608

Get billing_address in paypal order

Calling https://developer.paypal.com/docs/api/orders/v2/#orders_capture in a python API with express checkut button:

In the response we are trying to get "billing_address" from payer account but we are not able.

We are managin "NO_SHIPPING" orders (no phisical products), so we need this address to process this data.

Is possible to get this billing_address in the response?

Upvotes: 0

Views: 58

Answers (1)

Preston PHX
Preston PHX

Reputation: 30467

With PayPal, the default is that customer billing information is kept private by design, and so not available -- neither in PayPal.com nor in API responses.

Upvotes: 1

Related Questions