FAQ:
- Are special characters allowed to be used in the message fields: debtor, creditor or beneficiary name for Business and Personal PIS APIs?
Yes, we have a regular expression to specify what characters are supported for debtor message, creditor message and beneficiary name fields. The regular expression is designed to match a wide range of characters that can be used in words in a number of languages, including:
-
- Lowercase and uppercase letters (a-z, A-Z)
- Numbers (0-9)
- Underscores (_)
- Special characters and symbols: ä, Ä, å, Å, ö, Ö, é, É, æ, Æ, â, Â, è, È, ê, Ê, ø, Ø, ó, Ó, ò, Ò, ô, Ô, ñ, Ñ, ç, Ç, ü, Ü, ß, €, $, £, ₤
- Punctuation: . , : ; - + " '/ \"
And for crossborder creditor address the regular expression is:
"^[a-zëïüâêîôûàèùáéíóúñåäöæøA-ZËÏÜÂÊÎÔÛÀÈÙÁÉÍÓÚÑÆØÅÄÖ0-9\\s.:;,-?!%,&@*()+<=>_´ '/]+$""
Note: whitespaces are permitted, however the name cannot start with a whitespace.