set-cart-card
Assign a payment card to your shopping cart for streamlined checkout on Terminal.shop. Input the card ID to manage transactions efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cardID | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"cardID": {
"type": "string"
}
},
"required": [
"cardID"
],
"type": "object"
}