how to set first name, last name, postal code and phone number in billing address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to set first name, last name, zip code and mobile number in billing address? This does not work below, also tried to set billing_address property and still does not work:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for posting to the PayPal community.
Please use the "Update Order" API call to make an update to the particular order.
https://developer.paypal.com/docs/api/orders/v2/#orders_patch
Merchant can also pass the "payer" object (name, address, email_address, phone, postal_code etc.) in the "Create Order" API call.
https://developer.paypal.com/docs/api/orders/v2/#orders_create
https://developer.paypal.com/docs/api/orders/v2/#orders_create!path=payer&t=request
https://developer.paypal.com/docs/api/orders/v2/#orders_create!path=payer/address&t=request
If your still facing the issue, please create a MTS ticket via - https://www.paypal-support.com/s/?language=en_US with detailed error information.
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Sandbox account collect billing and shipping address in Sandbox Environment
- Enabled billing address for sandbox in Sandbox Environment
- How to validate data existence on PayPal side in REST APIs
- Why does PayPal make it difficult to send an item to a different shipping address from billing? in PayPal Upgrade Community
- How can I display the bill number and customize it in the transaction record in REST APIs