Vantiv · Example Payload

Vantiv Register Token Example

PaymentsPayment ProcessingE-CommerceFinanceFintechFortune 1000

Vantiv Register Token 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/registerTokenRequest",
    "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  <registerTokenRequest reportGroup=\"Default\" id=\"token_001\">\n    <orderId>ORD-TOKEN-001</orderId>\n    <accountNumber>4111111111111111</accountNumber>\n  </registerTokenRequest>\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  <registerTokenResponse reportGroup=\"Default\" id=\"token_001\">\n    <cnpTxnId>782011469385</cnpTxnId>\n    <orderId>ORD-TOKEN-001</orderId>\n    <response>801</response>\n    <message>Account number was successfully registered</message>\n    <litleToken>1111000100003276</litleToken>\n    <type>VI</type>\n    <echeck/>\n    <bin>411111</bin>\n  </registerTokenResponse>\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-register-token-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.