VTEX · Example Payload

Vtex Creategiftcardsettlementtransaction Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Creategiftcardsettlementtransaction 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": "CreateGiftCardSettlementTransaction",
  "method": "POST",
  "path": "/api/giftcardproviders/{giftCardProviderId}/giftcards/{giftCardId}/transactions/{tId}/settlements",
  "summary": "VTex Settle GiftCard Transaction",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "oid": "e122ebd4501a4b3b93640b7444ac425d",
          "value": 1.8,
          "date": "2019-03-18T14:42:32.1291783Z"
        }
      ]
    }
  ]
}