Search managed account by Seller Id

GET {{base_url}}/v3/customer/managed-accounts/:id

Shows details for a managed account, by account ID.

The detailed description for the endpoint can be found on PayPal Developer Portal under Managed Accounts .

Request Params

| Key | Datatype | Required | Description | | views | string | | (Optional) The views query parameter can be used to request process_view in addition to the default GET response. |

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"account_id":"B72SPVXN3GHZE","legal_country_code":"US","individual_owners":[{"id":"B72SPVXN3GHZE","names":[{"given_name":"MaryAPPROVED","surname":"Collins","id":"PS7PSHU5MZCKE","type":"LEGAL"}],"primary_residence":{"address_line_1":"1234 Lane1 Drive","admin_area_2":"100","postal_code":"95014","country_code":"US"},"birth_details":{"date_of_birth":"1995-05-30"},"identification_documents":[{"id":"BR4ZHUG3DLKVE","identification_number":"****","issuing_country_code":"US","type":"SOCIAL_SECURITY_NUMBER"}]}],"business_entity":{"type":"INDIVIDUAL","incorporation_details":{},"names":[{"business_name":"Demo Inc.","id":"UPHTP2MQJA646","type":"LEGAL"}],"phone_numbers":[{"country_code":"1","national_number":"1","id":"MDL5EBFPJSM8E","type":"BUSINESS"}],"declarations":[{"name":"TWENTY_FIVE_PERCENT_BENEFICIAL_OWNER","value":"NO"}]},"agreements":[{"type":"TERMS_ACCEPTED","accepted_time":"2019-06-02T01:23:45Z"}],"external_id":"EXT-1681437816","organization":"us","user_id":"1681437816","financial_instruments":{"banks":[{"id":"BA-MR77U9T2V3J88","last_4_digits":"0882","account_number_type":"BASIC_BANK_ACCOUNT_NUMBER","account_type":"CHECKING","routing_number":"074001048","currency_code":"USD","country_code":"US","account_holder_details":{"name":"Demo Inc."},"branch_code":"08501","bank_name":"KEY BANK NATIONAL ASSOCIATION"}]},"primary_currency_code":"USD","soft_descriptor":"DEMO INC","capabilities":[{"name":"RECEIVE_MONEY","status":"ACTIVE"},{"name":"WITHDRAW_MONEY","status":"ACTIVE"}],"links":[{"href":"https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/B72SPVXN3GHZE","rel":"self","method":"GET"},{"href":"https://api-m.sandbox.paypal.com/v3/customer/managed-accounts/B72SPVXN3GHZE","rel":"edit","method":"PATCH"}]}