GetOnboardingStatus

Get the onboarding status of a PayPal merchant.

SecurityBearer
Request
header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

404

Not Found

500

Internal Server Error

get/api/v1/partner-referral
Request samples
Response samples
application/json
{
  • "merchantId": "string",
  • "trackingId": "string",
  • "products": [
    ],
  • "capabilities": [
    ],
  • "paymentsReceivable": true,
  • "legalName": "string",
  • "primaryEmailConfirmed": true,
  • "oauthIntegrations": [
    ],
  • "primaryCurrency": "string",
  • "country": "string"
}
Copyright © Norce 2024. All right reserved.