VTEX · Example Payload

Vtex Creategiftcardtransactionsettlement Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Creategiftcardtransactionsettlement 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": "CreateGiftCardTransactionSettlement",
  "method": "POST",
  "path": "/giftcards/{giftCardId}/transactions/{tId}/settlements",
  "summary": "VTex Settle a gift card transaction",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "oid": "e122ebd4501a4b3b93640b7444ac425d",
        "value": 1.8,
        "date": "2019-03-18T14:42:32.1291783Z"
      }
    }
  ]
}