Shows collection of registered wallet domains
GET {{base_url}}/v3/customer/managed-accounts/:id/wallet-domains
Shows collection of registered wallet domains
Please look at sample (
200 - Add Wallet Domain
) attached under Manage AccountsPATCH Partially updates information for a managed account
API.
The detailed description for the endpoint can be found on PayPal Developer Portal under Managed Accounts.
RESPONSES
status: OK
{"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\u0026page=1","rel":"self","method":"GET"},{"href":"https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/W79Z8VUP5NXTL/wallet-domains?page_size=25\u0026page=1","rel":"start","method":"GET"},{"href":"https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/W79Z8VUP5NXTL/wallet-domains?page_size=25\u0026page=1","rel":"last","method":"GET"}]}