API - May 19, 2026
API - May 19, 2026
Changed
Recipient format validation errors now include regex pattern
When registering a Recipient or validating user data in advance, the INVALID_FORMAT error type now includes the regex pattern used.
The message now returns, for example: Regex validation: ^\\d{8}$
API response - HTTP 400
This change impacts the following endpoints:
Returning the regex directly in the error message allows your platform to more efficiently resolve the issue in the user’s data.
The regex patterns applicable are available on demand from the GET View the schema for a Recipient endpoint.
Best practice – Retrieve schema and validate data before creation
Your platform is strongly recommended to dynamically retrieve the schema and validate the user’s data before creating the Recipient.