Search managed account through external id
GET {{base_url}}/v3/customer/managed-accounts?external_id={{managed_path_external_id}}
Show details for managed accounts, based on search criteria.
The detailed description for the endpoint can be found on PayPal Developer Portal under Managed Accounts .
Request Params
| Key | Datatype | Required | Description |
| external_id
| string | | The external_id
query parameter can be used to request managed accounts with the given external_id. Searches for the managed account that has the given external_id. To locate a particular account, you should set this to the same value that you provided in the /external_id property in your Create Managed Account request.
|
| views
| string | | (Optional) The views
query parameter can be used to request process_view
in addition to the default GET response. A comma-separated list of data sets that should be returned in the response. The only allowed value here is process_view, which indicates that the process_view property should be populated in the response; this property contains information on the regulatory processes that must be completed for this merchant. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"managed_accounts":[]}