Pre-filling Data
Notes
Pre-Fill Trigger
- The trigger typically happens on the client’s form once the user inputs their business name and/or other unique identifiers.
- This data can be sent to your backend to initiate the KYB/KYC process and return enriched values to pre-fill the form.
Handling Incomplete or Invalid Data
- If no matching data is found, the
GET KYB/KYC
endpoints may returnnull
or partial values. - Clients should ensure fallback UI handling for these cases (e.g., allowing manual entry if fields are empty).