naftiko: 1.0.0-alpha2 info: label: VTex GiftCard API — Transaction description: 'VTex GiftCard API — Transaction. 8 operations. Lead operation: VTex List all gift card transactions. Self-contained Naftiko capability covering one Vtex business surface.' tags: - Vtex - Transaction created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: VTEX_API_KEY: VTEX_API_KEY capability: consumes: - type: http namespace: gift-card-transaction baseUri: https://{accountName}.{environment}.com.br/api description: VTex GiftCard API — Transaction business capability. Self-contained, no shared references. resources: - name: giftcards-giftCardId-transactions path: /giftcards/{giftCardId}/transactions operations: - name: getgiftcardtransactions method: GET description: VTex List all gift card transactions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: creategiftcardtransaction method: POST description: VTex Create a gift card transaction outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: giftcards-giftCardId-transactions-transactionId path: /giftcards/{giftCardId}/transactions/{transactionId} operations: - name: getgiftcardtransactionbyid method: GET description: VTex Get a gift card transaction by ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: transactionId in: path type: string description: Transaction identification. required: true - name: giftcards-giftCardId-transactions-transactionId-authorization path: /giftcards/{giftCardId}/transactions/{transactionId}/authorization operations: - name: gettransactionauthorizations method: GET description: VTex Get a gift card transaction authorization outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: transactionId in: path type: string description: Transaction identification. required: true - name: giftcards-giftCardId-transactions-transactionId-cancellations path: /giftcards/{giftCardId}/transactions/{transactionId}/cancellations operations: - name: gettransactioncancellations method: GET description: VTex List all gift card transactions cancellations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: transactionId in: path type: string description: Transaction identification. required: true - name: cancelgiftcardtransaction method: POST description: VTex Cancel a gift card transaction outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: transactionId in: path type: string description: Transaction identification. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: giftcards-giftCardId-transactions-transactionId-settlements path: /giftcards/{giftCardId}/transactions/{transactionId}/settlements operations: - name: gettransactionsettlements method: GET description: VTex List all gift card transactions settlements outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: transactionId in: path type: string description: Transaction identification. required: true - name: settlegiftcardtransaction method: POST description: VTex Settle a gift card transaction outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string description: Type of the content being sent. required: true - name: Accept in: header type: string description: HTTP Client Negotiation _Accept_ Header. Indicates the types of responses the client can understand. required: true - name: giftCardId in: path type: string description: Gift card identification. required: true - name: transactionId in: path type: string description: Transaction identification. required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: X-VTEX-API-AppKey value: '{{env.VTEX_API_KEY}}' placement: header exposes: - type: rest namespace: gift-card-transaction-rest port: 8080 description: REST adapter for VTex GiftCard API — Transaction. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/giftcards/{giftcardid}/transactions name: giftcards-giftcardid-transactions description: REST surface for giftcards-giftCardId-transactions. operations: - method: GET name: getgiftcardtransactions description: VTex List all gift card transactions call: gift-card-transaction.getgiftcardtransactions with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId outputParameters: - type: object mapping: $. - method: POST name: creategiftcardtransaction description: VTex Create a gift card transaction call: gift-card-transaction.creategiftcardtransaction with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/giftcards/{giftcardid}/transactions/{transactionid} name: giftcards-giftcardid-transactions-transactionid description: REST surface for giftcards-giftCardId-transactions-transactionId. operations: - method: GET name: getgiftcardtransactionbyid description: VTex Get a gift card transaction by ID call: gift-card-transaction.getgiftcardtransactionbyid with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId transactionId: rest.transactionId outputParameters: - type: object mapping: $. - path: /v1/giftcards/{giftcardid}/transactions/{transactionid}/authorization name: giftcards-giftcardid-transactions-transactionid-authorization description: REST surface for giftcards-giftCardId-transactions-transactionId-authorization. operations: - method: GET name: gettransactionauthorizations description: VTex Get a gift card transaction authorization call: gift-card-transaction.gettransactionauthorizations with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId transactionId: rest.transactionId outputParameters: - type: object mapping: $. - path: /v1/giftcards/{giftcardid}/transactions/{transactionid}/cancellations name: giftcards-giftcardid-transactions-transactionid-cancellations description: REST surface for giftcards-giftCardId-transactions-transactionId-cancellations. operations: - method: GET name: gettransactioncancellations description: VTex List all gift card transactions cancellations call: gift-card-transaction.gettransactioncancellations with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId transactionId: rest.transactionId outputParameters: - type: object mapping: $. - method: POST name: cancelgiftcardtransaction description: VTex Cancel a gift card transaction call: gift-card-transaction.cancelgiftcardtransaction with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId transactionId: rest.transactionId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/giftcards/{giftcardid}/transactions/{transactionid}/settlements name: giftcards-giftcardid-transactions-transactionid-settlements description: REST surface for giftcards-giftCardId-transactions-transactionId-settlements. operations: - method: GET name: gettransactionsettlements description: VTex List all gift card transactions settlements call: gift-card-transaction.gettransactionsettlements with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId transactionId: rest.transactionId outputParameters: - type: object mapping: $. - method: POST name: settlegiftcardtransaction description: VTex Settle a gift card transaction call: gift-card-transaction.settlegiftcardtransaction with: Content-Type: rest.Content-Type Accept: rest.Accept giftCardId: rest.giftCardId transactionId: rest.transactionId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: gift-card-transaction-mcp port: 9090 transport: http description: MCP adapter for VTex GiftCard API — Transaction. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: vtex-list-all-gift-card description: VTex List all gift card transactions hints: readOnly: true destructive: false idempotent: true call: gift-card-transaction.getgiftcardtransactions with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId outputParameters: - type: object mapping: $. - name: vtex-create-gift-card-transaction description: VTex Create a gift card transaction hints: readOnly: false destructive: false idempotent: false call: gift-card-transaction.creategiftcardtransaction with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId body: tools.body outputParameters: - type: object mapping: $. - name: vtex-get-gift-card-transaction description: VTex Get a gift card transaction by ID hints: readOnly: true destructive: false idempotent: true call: gift-card-transaction.getgiftcardtransactionbyid with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId transactionId: tools.transactionId outputParameters: - type: object mapping: $. - name: vtex-get-gift-card-transaction-2 description: VTex Get a gift card transaction authorization hints: readOnly: true destructive: false idempotent: true call: gift-card-transaction.gettransactionauthorizations with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId transactionId: tools.transactionId outputParameters: - type: object mapping: $. - name: vtex-list-all-gift-card-2 description: VTex List all gift card transactions cancellations hints: readOnly: true destructive: false idempotent: true call: gift-card-transaction.gettransactioncancellations with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId transactionId: tools.transactionId outputParameters: - type: object mapping: $. - name: vtex-cancel-gift-card-transaction description: VTex Cancel a gift card transaction hints: readOnly: false destructive: false idempotent: false call: gift-card-transaction.cancelgiftcardtransaction with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId transactionId: tools.transactionId body: tools.body outputParameters: - type: object mapping: $. - name: vtex-list-all-gift-card-3 description: VTex List all gift card transactions settlements hints: readOnly: true destructive: false idempotent: true call: gift-card-transaction.gettransactionsettlements with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId transactionId: tools.transactionId outputParameters: - type: object mapping: $. - name: vtex-settle-gift-card-transaction description: VTex Settle a gift card transaction hints: readOnly: false destructive: false idempotent: false call: gift-card-transaction.settlegiftcardtransaction with: Content-Type: tools.Content-Type Accept: tools.Accept giftCardId: tools.giftCardId transactionId: tools.transactionId body: tools.body outputParameters: - type: object mapping: $.