Please look at sample ( 200 - Add Wallet Domain
) attached under Manage AccountsPATCH Partially updates information for a managed account
API.
Authorization: Bearer ********************
curl --location -g --request GET 'https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/{{managed_path_account_id}}/wallet-domains'
{
"wallet_domains": [
{
"domain_name": "te-apm-wallet-test-tool-e2e06.qa.paypal.com",
"id": "120557180788174364",
"provider_type": "APPLE_PAY"
}
],
"total_items": 1,
"total_pages": 1,
"links": [
{
"href": "https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/W79Z8VUP5NXTL/wallet-domains?page_size=25&page=1",
"rel": "self",
"method": "GET"
},
{
"href": "https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/W79Z8VUP5NXTL/wallet-domains?page_size=25&page=1",
"rel": "start",
"method": "GET"
},
{
"href": "https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/W79Z8VUP5NXTL/wallet-domains?page_size=25&page=1",
"rel": "last",
"method": "GET"
}
]
}