Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
✨ New Features
Country Codes
- New Postal Code Object in
GET /v1/countriesEach country object in the response now includes apostal_codeobject with two fields:required— boolean indicating whether a postal code is mandatory for that countryregex— validation pattern for the expected postal code format;nullfor countries where postal codes are not applicable
🛠️ Improvements
Customers
- Postal Code Validation on Submission
Address fields that include a postal code are now validated against the
regexpattern of the specified country at the time of submission. Invalid formats are rejected with a descriptive error, reducing the likelihood of triggering a Request for Information (RFI) due to malformed address data.
🐞 Bug Fixes
Customers
- Business Customer Onboarding Flow Stability Resolved issues affecting the onboarding flow for certain business entity types. Affected entity types now progress through onboarding steps correctly without unexpected errors or stalled states.
