The phone number of an order is disapearing when the order is completed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is when the order is created :
{
"id": "6AS42575NC7214812",
"intent": "AUTHORIZE",
"status": "PAYER_ACTION_REQUIRED",
"payment_source": {
"paypal": {
"email_address": "email is not permitted",
"name": {
"given_name": "FirstName",
"surname": "LastName"
},
"phone_number": {
"national_number": "88888888"
},
"address": {
"address_line_1": "addressline1",
"address_line_2": "addressline2",
"admin_area_2": "area2",
"admin_area_1": "area1",
"postal_code": "7000",
"country_code": "DK"
}
}
},
"payer": {
"name": {
"given_name": "FirstName",
"surname": "LastName"
},
"email_address": "email is not permitted",
"phone": {
"phone_number": {
"national_number": "88888888"
}
},
"address": {
"address_line_1": "addressline1",
"address_line_2": "addressline2",
"admin_area_2": "area2",
"admin_area_1": "area1",
"postal_code": "7000",
"country_code": "DK"
}
},
After payment the order is completed but the phone number has disappear !!
{"id":"6AS42575NC7214812","intent":"AUTHORIZE","status":"COMPLETED","payment_source":{"paypal":{"email_address":"email is not permitted","account_id":"9T8GSX6KJASGY","name":{"given_name":"FirstName","surname":"LastName"},"address":{"address_line_1":"addressline1","address_line_2":"addressline2","admin_area_2":"area2","admin_area_1":"area1","postal_code":"7000","country_code",.....
"payer":{"name":{"given_name":"FirstName","surname":"LastName"},"email_address":"email is not permitted","payer_id":"9T8GSX6KJASGY","address":{"address_line_1":"addressline1","address_line_2":"addressline2","admin_area_2":"area2","admin_area_1":"area1","postal_code":"7000","country_code":"DK"}},"create_time":"2023-02-15T09:01:26Z","update_time":"2023-02-15T09:15:35Z","

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Passing Internal Order ID Between Webhooks (CHECKOUT.ORDER.APPROVED & PAYMENT.CAPTURE.COMPLETED) in REST APIs
- Updating Shipping details for digital orders using API in REST APIs
- How do I set an order as 'completed' without tracking information via the REST API? in REST APIs
- webhook payload does not include my custom field in REST APIs
- Accepting Donations to Business Account for multiple projects in REST APIs