API changes
Added
- Verification Issues: A new
verificationIssuesproperty is now available on thecustomer.updatewebhook and the GET/customer/{id}endpoint. This property provides detailed information about any verification issues that require attention, helping you understand what information needs to be corrected or provided. See Verification Issues for more details.
Changed
- Address Validation: Updated minimum character requirements for
addressLine1andaddressLine2fields to 4 characters to improve data quality. - State Codes: Fixed outdated state codes for China in the
address.stateCodeproperty to ensure accurate address validation.
Hosted Forms
Fixed
- Email Notifications: Resolved issue where email links were being incorrectly sent to KYB beneficiary owners.
Changed
- Street Address Length: Increased street address field character limit to 100 characters to accommodate longer addresses.
- iFrame Support: Hosted forms can now be embedded and loaded within iframes for improved integration flexibility.
- Hosted Forms: Customers with
NEEDS_ADDITIONAL_INFORMATIONstatus can now refill KYC/KYB forms in hosted forms.
API changes
Added
- Available Payment Methods: GET
/customer/{id}now supports?includePaymentMethods=true. When enabled, the response includes an availablePaymentMethods array listing all payment methods accessible to the customer.
Changed
- Exchange Rate Fees: Fees returned from the exchange rate endpoint now display fees in the source currency. This makes it easier for integrators to understand costs without converting values manually.
These changes will be effective as of November 14, 2025
API changes
Removed
- Removed the deprecated kycLink field from all customer-related schemas. Integrations should use the verificationLink field instead.
- Removed the following deprecated fields from KYC schemas and internal API definitions:
middleNametaxIdNumbertitle
Changed
- Address Validation: Updated address validation rules to require a minimum length of 4 characters for the
streetLine1, andstreetLine2fields to improve data quality. - Request Limits: Increased the maximum request payload size limit to 100 MB.
KYC and KYB Verification Changes
- Customer profile is updatable when in
NEEDS_ADDITIONAL_INFORMATIONstatus. This allows the customer profile details to be changed and verification to be automatically restarted taking into account the new details. - Address validation of postal codes updated.
- Affects Egypt, Argentina, United Kingdom
- Customer KYC and KYB Verification guides updated