Context
Excerpt | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Solution
In cases where you have built a fully custom user journey for your customers on top of SecuTix Public API, you may store some data at movement level like external identifiers
Getting started
Add a textfield on your ticket template
In properties, Select Custom value
Specify the key that needs to be displayed (depending under which key you have saved your data)
Code Block | ||||
---|---|---|---|---|
| ||||
${Movement_externalReferences;array_code=<YOUR_KEY>} |
Example if you have saved your additionnal data under the key "externalPaymentReference"
Code Block | ||||
---|---|---|---|---|
| ||||
${Movement_externalReferences;array_code=externalPayementReference} |