Introduction
The Tag API allows you to categorize your transactions. Tag information will be displayed on the Admin Panel, and you can filter transactions based on them. With the Tag API, you have the ability to get, add, update and delete tag information, all of which can also be done via the Admin panel.
Good to know
- You can create new tags by sending them via the API or adding them through the Admin panel.
- You can add a maximum of 50 tags to one transaction in a single request.
- One transaction can have a maximum of 100 tags.
- A single tag cannot exceed 256 characters in length.
- If you tag multiple transactions at once with the ‘Multiple’ tagging option, please add a maximum of 500 transactions to each request.
- Calling the update endpoints results in the removal and replacement of tags associated with the specified transactions.
- Your account can have up to 20,000 distinct tag values displayed in the Admin panel. If your account exceeds this limit, some tag values may not appear in the tag selector, making them unavailable for selection or editing via the UI. Tags can still be added and stored via the Tag API regardless of this limit.
If you are using our US or APAC Transaction Processing Environment please use the correct endpoint:
US
https://api.us-east-1-main.seon.io/SeonRestService/tag-api/v1/tags/[transaction_id]/add
APAC
https://api.ap-southeast-1-main.seon.io/SeonRestService/tag-api/v1/tags/[transaction_id]/add