Get the onboarding status of a PayPal merchant.
OK
Bad Request
Not Found
Internal Server Error
{- "merchantId": "string",
- "trackingId": "string",
- "products": [
- {
- "name": "string",
- "vettingStatus": "string",
- "status": "string"
}
], - "capabilities": [
- {
- "name": "string",
- "status": "string",
- "limits": [
- {
- "type": "string"
}
]
}
], - "paymentsReceivable": true,
- "legalName": "string",
- "primaryEmailConfirmed": true,
- "oauthIntegrations": [
- {
- "integrationType": "string",
- "integrationMethod": "string",
- "oauthThirdParty": [
- {
- "partnerClientId": "string",
- "merchantClientId": "string",
- "scopes": [
- "string"
]
}
]
}
], - "primaryCurrency": "string",
- "country": "string"
}