The current comment in all Pix codes is the word good (source). This was set during initial development and it shouldn't be like that.
Instead of this fixed word, it would be better if the comment contains information about the event that could be used later when processing the transaction in OpenPix integrations out of pretix (like in the webhook processing).
A suggested comment could be: Payment of [ORDER_ID] - [EVENT_NAME]
Given that the may have characters other than letters (like [, ], etc.), we need to validate if they can be accepted by Pix or if we should use a slugified version of the event name.
Short URL could be a possibility, but we had an event where the short URL is only the number of the year:
https://pretix.lhc.net.br/tosconf/2026
Perhaps add the organization name would also be a possibility.
Check for the limits of the comment field in Pix specification to ensure the Pix code will be valid.
The current comment in all Pix codes is the word
good(source). This was set during initial development and it shouldn't be like that.Instead of this fixed word, it would be better if the comment contains information about the event that could be used later when processing the transaction in OpenPix integrations out of pretix (like in the webhook processing).
A suggested comment could be:
Payment of [ORDER_ID] - [EVENT_NAME]Given that the may have characters other than letters (like
[,], etc.), we need to validate if they can be accepted by Pix or if we should use a slugified version of the event name.Short URL could be a possibility, but we had an event where the short URL is only the number of the year:
https://pretix.lhc.net.br/tosconf/2026
Perhaps add the organization name would also be a possibility.
Check for the limits of the comment field in Pix specification to ensure the Pix code will be valid.