Question
For NPP (New Payments Platform) transactions, customers are allowed to enter non-standard characters (e.g. emojis). Do we ignore these when providing the BankingTransactionDetail extendedDescription
property or the BankingTransaction reference
property?
Answer
JSON uses UTF-8 character encoding, and the field
in question has the type of a standard JSON string, so you should include Unicode characters. That is the expected behaviour.
Comments
0 comments
Please sign in to leave a comment.