Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
On this page
← Back to Index
Command: payment.addTag
Adds a tag to a Payment
Body
key
string
The tag key
Examples
Add tag to existing Payment
HTTP
curl
PowerShell
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "addTag", "key": "card" } ] } }] ```