Vantiv · Example Payload

Vantiv Create Sale Example

PaymentsPayment ProcessingE-CommerceFinanceFintechFortune 1000

Vantiv Create Sale Example is an example object payload from Vantiv, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://payments.vantivcnp.com/vap/communicator/online/sale",
    "headers": {
      "Authorization": "Basic {base64_credentials}",
      "Content-Type": "application/xml"
    },
    "body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<litleOnlineRequest merchantId=\"123456\" version=\"12.0\" xmlns=\"http://www.litle.com/schema\">\n  <authentication>\n    <user>username</user>\n    <password>password</password>\n  </authentication>\n  <sale reportGroup=\"Default\" id=\"order_001\">\n    <orderId>ORD-2026-001</orderId>\n    <amount>2999</amount>\n    <orderSource>ecommerce</orderSource>\n    <card>\n      <type>VI</type>\n      <number>4111111111111111</number>\n      <expDate>1228</expDate>\n      <cardValidationNum>349</cardValidationNum>\n    </card>\n    <billToAddress>\n      <name>John Smith</name>\n      <addressLine1>123 Main St</addressLine1>\n      <city>Anytown</city>\n      <state>MA</state>\n      <zip>02101</zip>\n      <country>US</country>\n    </billToAddress>\n  </sale>\n</litleOnlineRequest>"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/xml"
    },
    "body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<litleOnlineResponse version=\"12.0\" response=\"0\" message=\"Valid Format\" xmlns=\"http://www.litle.com/schema\">\n  <saleResponse reportGroup=\"Default\" id=\"order_001\">\n    <cnpTxnId>782011469384</cnpTxnId>\n    <orderId>ORD-2026-001</orderId>\n    <response>000</response>\n    <responseTime>2026-05-03T12:00:00Z</responseTime>\n    <postDate>2026-05-03</postDate>\n    <message>Approved</message>\n    <authCode>11111</authCode>\n    <avsResult>01</avsResult>\n    <cardValidationResult>M</cardValidationResult>\n  </saleResponse>\n</litleOnlineResponse>"
  }
}

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/vantiv-create-sale-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.