View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/customer/partnerpartner_idstringRequiredapplication/json
application/json
curl -X GET "https://example.com/v1/customer/partners/string/merchant-integrations/string"{ "tracking_id": "string", "merchant_id": "string", "given_name": "string", "surname": "string", "products": [ { "name": "EXPRESS_CHECKOUT", "vetting_status": "APPROVED", "status": "ACTIVE", "capabilities": [ "APPLE_PAY" ] } ], "payments_receivable": true, "legal_name": "string", "primary_email_confirmed": true, "primary_email": "string", "date_created": "string", "granted_permissions": [ "EXPRESS_CHECKOUT" ], "api_credentials": { "signature": { "api_user_name": "string", "api_password": "string", "signature": "string" }, "certificate": { "api_user_name": "string", "api_password": "string", "fingerprint": "string", "download_link": "string" } }, "oauth_integrations": [ { "integration_type": "FIRST_PARTY_INTEGRATED", "integration_method": "PAYPAL", "status": "A", "oauth_third_party": [ { "partner_client_id": "string", "merchant_client_id": "string", "scopes": [ "string" ], "access_token": "string", "refresh_token": "string" } ] } ], "limitations": [ { "name": "string", "restrictions": [ "string" ] } ], "capabilities": [ { "name": "APPLE_PAY", "status": "ACTIVE", "limits": [ { "type": "GENERAL" } ] } ]}