Interswitch · Example Payload

Interswitch Web Checkout Example

Minimal sandbox example showing a successful Verve card payment via inline-checkout.js followed by a mandatory server-side requery against /collections/api/v1/gettransaction.json.

PaymentsPayment InfrastructureCard NetworkVerveQuicktellerWebpayBills PaymentTransfersLendingFintechAfricaNigeria

Interswitch Web Checkout Example is an example object payload from Interswitch, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionrequestrequeryverification

Example Payload

Raw ↑
{
  "name": "Interswitch Web Checkout — Inline Sandbox Payment",
  "description": "Minimal sandbox example showing a successful Verve card payment via inline-checkout.js followed by a mandatory server-side requery against /collections/api/v1/gettransaction.json.",
  "request": {
    "method": "POST",
    "url": "https://sandbox.interswitchng.com/collections/w/pay",
    "headers": {
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": {
      "merchant_code": "MX6072",
      "pay_item_id": "9405967",
      "txn_ref": "ORDER-20260524-0001",
      "amount": 100000,
      "currency": "566",
      "cust_email": "demo@apievangelist.com",
      "site_redirect_url": "https://merchant.example.com/payments/return"
    }
  },
  "requery": {
    "method": "GET",
    "url": "https://sandbox.interswitchng.com/collections/api/v1/gettransaction.json",
    "query": {
      "merchantcode": "MX6072",
      "transactionreference": "ORDER-20260524-0001",
      "amount": 100000
    },
    "response": {
      "ResponseCode": "00",
      "Amount": 100000,
      "TransactionDate": "2026-05-24T12:34:56+01:00",
      "MerchantReference": "ORDER-20260524-0001",
      "PaymentReference": "FBN|WEB|MX6072|24-05-2026|123456|0001",
      "RetrievalReferenceNumber": "614500000001",
      "CardNumber": "627880******0095",
      "LeadBankCbnCode": "011",
      "LeadBankName": "First Bank of Nigeria"
    }
  },
  "verification": [
    "ResponseCode equals '00'.",
    "Amount in the response matches the amount the merchant originally charged."
  ]
}

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/interswitch-web-checkout-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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