Merchants

Check Onboarding Status

Check the onboarding status of the current merchant. Returns whether plans exist, a payment provider is ready, and tax is configured.

GET
/merchants/checkonboarding

Authorization

bearerAuth
AuthorizationBearer <token>

Use your secret API key as the bearer token

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.getlumen.dev/v1/merchants/checkonboarding"
{
  "hasPlans": true,
  "hasPaymentProvider": true,
  "hasTax": true
}
{
  "error": "string",
  "details": "string"
}
{
  "error": "string",
  "details": "string"
}