Hi,
I've got a question and this might be a bug.
When you open your own booking of an event, there is a Booking ID like 9D94CE1742.
But when I export a CSV file of this same event and I include the MAT_BOOKING_NUMBER variable, this shows another ID (like 9195F873D1).
I've tried some other variables in the CSV template but this doesn't give a solution:
- The MAT_BOOKING_ID variable shows the database ID of the person who made the booking (like 2140) in the CSV.
- The MAT_BOOKING_SID variable shows the database ID of the booking it self (like 3210) in the CSV.
How can I get the same booking id on the CSV export AND the booking screen in the front end?
This is important for us because we want to use this unique booking id as a SEPA mandate ID for Direct Debit payments. Therefor the booking ID the participant can see in his own booking must be the same that is on our CSV payment lists.
Thanks in advance for your reaction.