VTEX · Example Payload

Vtex Creategiftcardtransaction Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Creategiftcardtransaction Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "CreateGiftCardTransaction",
  "method": "POST",
  "path": "/api/giftcardproviders/{giftCardProviderId}/giftcards/{giftCardId}/transactions",
  "summary": "VTex Create GiftCard Transaction",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "cardId": "24",
        "id": "68347b311ce5407c90fa5316975d047a",
        "_self": {
          "href": "gatewayqa/giftcards/24/transactions/68347b311ce5407c90fa5316975d047a"
        }
      }
    }
  ]
}