Visa · Example Payload

Visa Direct Push Funds Example

AccountBankingCredit CardsDigital CommerceDigital WalletFintechForeign ExchangeFraud PreventionMerchantsMoney MovementPaymentsTokenizationFortune 500

Visa Direct Push Funds Example is an example object payload from Visa, 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",
    "path": "/visadirect/fundstransfer/v1/pushfundstransactions",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "systemsTraceAuditNumber": "743700",
      "retrievalReferenceNumber": "430000367618",
      "localTransactionDateTime": "2026-05-03T12:00:00",
      "amount": "124.05",
      "senderCurrencyCode": "USD",
      "acquirerCountryCode": "840",
      "acquiringBin": "408999",
      "businessApplicationId": "PP",
      "cardAcceptor": {
        "address": {
          "country": "USA",
          "zipCode": "94404",
          "county": "081",
          "state": "CA"
        },
        "idCode": "ABCD1234ABCD123",
        "name": "Visa Inc. USA-Foster City",
        "terminalId": "TERM0001"
      },
      "senderAccountNumber": "4895142232120006",
      "senderName": "John Smith",
      "senderAddress": "901 Metro Center Blvd",
      "senderCity": "Foster City",
      "senderStateCode": "CA",
      "senderCountryCode": "840",
      "senderReference": "SENDER-REF-001",
      "merchantCategoryCode": "6012",
      "feeProgramIndicator": "123",
      "recipientPrimaryAccountNumber": "4123640062698797",
      "recipientName": "Jane Doe",
      "transactionCurrencyCode": "USD"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "statusIdentifier": "Success",
      "actionCode": "00",
      "transmissionDateTime": "2026-05-03T12:00:01Z",
      "systemsTraceAuditNumber": "743700",
      "retrievalReferenceNumber": "430000367618",
      "approvalCode": "20304B",
      "transactionIdentifier": "381228649430015"
    }
  }
}

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/visa-direct-push-funds-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.