PayPal · Schema
Network Transaction Reference
Reference values used by the card network to identify a transaction.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Transaction reference id returned by the scheme. For Visa and Amex, this is the "Tran id" field in response. For MasterCard, this is the "BankNet reference id" field in response. For Discover, this is |
| date | string | The date that the transaction was authorized by the scheme. This field may not be returned for all networks. MasterCard refers to this field as "BankNet reference date. |
| network | object | Name of the card network through which the transaction was routed. |
| acquirer_reference_number | string | Reference ID issued for the card transaction. This ID can be used to track the transaction across processors, card brands and issuing banks. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/network_transaction_reference",
"title": "Network Transaction Reference",
"type": "object",
"description": "Reference values used by the card network to identify a transaction.",
"properties": {
"id": {
"type": "string",
"minLength": 9,
"maxLength": 36,
"pattern": "^[a-zA-Z0-9-_@.:&+=*^'~#!$%()]+$",
"description": "Transaction reference id returned by the scheme. For Visa and Amex, this is the \"Tran id\" field in response. For MasterCard, this is the \"BankNet reference id\" field in response. For Discover, this is the \"NRID\" field in response. The pattern we expect for this field from Visa/Amex/CB/Discover is numeric, Mastercard/BNPP is alphanumeric and Paysecure is alphanumeric with special character -."
},
"date": {
"type": "string",
"minLength": 4,
"maxLength": 4,
"pattern": "^[0-9]+$",
"description": "The date that the transaction was authorized by the scheme. This field may not be returned for all networks. MasterCard refers to this field as \"BankNet reference date."
},
"network": {
"description": "Name of the card network through which the transaction was routed.",
"$ref": "#/components/schemas/card_brand"
},
"acquirer_reference_number": {
"type": "string",
"description": "Reference ID issued for the card transaction. This ID can be used to track the transaction across processors, card brands and issuing banks.",
"minLength": 1,
"maxLength": 36,
"pattern": "^[a-zA-Z0-9]+$"
}
},
"required": [
"id"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paypal-network-transaction-reference"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.