VTEX · Example Payload

Vtex Getunmaskedpurchaseinformation Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getunmaskedpurchaseinformation 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": "GetUnmaskedPurchaseInformation",
  "method": "GET",
  "path": "/api/storage/profile-system/profiles/{profileId}/purchase-info/unmask",
  "summary": "VTex Get unmasked purchase information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "id": "d9b946b8-9524-4b2d-96ec-b35d0625c0a7",
          "document": {
            "paymentData": {
              "availableAccounts": [
                {
                  "accountId": "D09F5E3F01054C959CFC4CB357961ADE",
                  "paymentSystem": "2",
                  "paymentSystemName": "Visa",
                  "cardNumber": "************1111",
                  "bin": "44443333",
                  "availableAddresses": [
                    "db267dcc53c14fb2b9a985532dd287bc"
                  ],
                  "expirationDate": "01/2032",
                  "isExpired": false,
                  "accountStatus": null
                }
              ],
              "availableTokens": [],
              "transactions": null,
              "giftCards": [],
              "giftCardMessages": [],
              "numberOfPaymentErrors": 0,
              "numberOfDeniedTransactions": 0,
              "lastDeniedTransaction": null
            },
            "clientPreferences": {
              "userId": "d9b946b8-9524-4b2d-96ec-b35d0625c0a7",
              "localeDefault": "pt-BR",
              "isNewsletterOptIn": true
            },
            "isToSavePersonalData": true,
            "lastUserPurchases": [
              {
                "creationDate": "2023-10-23T19:22:12.8989883Z",
                "orderId": "1370990595750-01",
                "orderGroup": "1370990595750",
                "value": 3498
              }
            ],
            "lastPurchasesAddressId": "db267dcc53c14fb2b9a985532dd287bc"
          },
          "meta": {
            "version": "cea5fcd2-7444-492d-9d63-1c05713e6776",
            "author": "7b95bb3d-b567-48b2-b6fa-48b0b6c7f112",
            "creationDate": "2023-10-24T16:22:55.0252384+00:00",
            "lastUpdateDate": "2023-10-24T16:22:55.0252384+00:00",
            "expirationDate": null
          }
        }
      ]
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/vtex-getunmaskedpurchaseinformation-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.