Resolve a merchant_id to a Safeturf business_uuid after import
business_uuid needed for subsequent API calls.
Typical partner flow:
POST /api/ftpos/import-generic → receive merchant_idGET /api/ftpos/business/{merchant_id} → poll until 200, collect business_uuidGET /api/underwriting/case/{business_uuid} → check underwriting statusAuthorization header:
merchantId in the import request.| Status | Meaning |
|---|---|
401 | Missing or invalid Bearer token |
404 | Business not found — the import flow may still be running. Retry in a few seconds. |
500 | Internal error — contact Safeturf support |
200.business_uuid, use Check UW Status to monitor verification progress.