create-card
Generate a digital card for secure transactions by providing a valid token, enabling streamlined interaction with Terminal.shop’s API for shopping and subscription management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"token": {
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
}