Download Payment Account Attributes Inquiry API Reference
The Funds Transfer Attributes Inquiry API is often used with a funds transfer to/from a Visa payment account to determine key characteristics of a recipient card before initiating the transfer like country, card-type, block status, etc.
Retrieve the attributes, which determine the key characteristics of a recipient payment account before initiating a funds transfer, by providing the Primary Account Number (PAN) or Token for both Visa and Non-Visa cards
Request body for Funds Transfer Inquiry
primaryAccountNumber required | string [ 13 .. 19 ] characters The primary account number or Token for which account attributes are being requested |
retrievalReferenceNumber required | string 12 characters A numeric value is required. |
systemsTraceAuditNumber required | string 6 characters A numeric value is required. |
accountType | string [ 5 .. 6 ] characters This is used to identify the account type of the recipientPrimaryAccountNumber in the request. Below are the possible values. |
acquirerCountryCode | string 3 characters This is an optional field. |
acquiringBin | integer This is an optional field. The Bank Identification Number (BIN) under which your Funds Transfer application is registered. This must match the information provided during enrollment. |
sharingGroupCode | string [ 1 .. 30 ] characters This field is optionally used by Push Payments Gateway participants (merchants and acquirers) to get the attributes for specified networks only. The networks specified in this field must be a subset of the information provided during program enrollment. Refer to Sharing Group Code. |
Funds Transfer Inquiry Response
required | Array of objects Conditional, should be present if PAN has non Visa Network associated | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | Array of objects Conditional, should be present if PAN has Visa Network associated | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
|
Invalid request parameter
© Copyright Visa. All Rights Reserved.
NOTICE: The software and accompanying information and documentation (together, the “Software”) remain the property of and are proprietary to Visa and its suppliers and affiliates. The Software remains protected by intellectual property rights and may be covered by U.S. and foreign patents or patent applications. The Software is licensed and not sold.
By accessing the Software you are agreeing to Visa's terms of use (developer.visa.com/terms) and privacy policy (usa.visa.com/legal/global-privacy-notice.html). In addition, all permissible uses of the Software must be in support of Visa products, programs and services provided through the Visa Developer Program (VDP) platform only (developer.visa.com). THE SOFTWARE AND ANY ASSOCIATED INFORMATION OR DOCUMENTATION IS PROVIDED ON AN “AS IS,” “AS AVAILABLE,” “WITH ALL FAULTS” BASIS WITHOUT WARRANTY OR CONDITION OF ANY KIND. YOUR USE IS AT YOUR OWN RISK.
Sandbox server
{- "systemsTraceAuditNumber": "451018",
- "primaryAccountNumber": "4060320000000127",
- "retrievalReferenceNumber": "412770452025"
}
{- "ppgsNetworkInfo": [
- {
- "billingCurrencyMinorDigits": 0,
- "octDomParticipant": "string",
- "octXbParticipant": "string",
- "aftXbParticipant": "string",
- "networkId": 0,
- "aftDomParticipant": "string",
- "cardIssuerCountryCode": 0,
- "billingCurrencyCode": 0
}, - {
- "billingCurrencyMinorDigits": 0,
- "octDomParticipant": "string",
- "octXbParticipant": "string",
- "aftXbParticipant": "string",
- "networkId": 0,
- "aftDomParticipant": "string",
- "cardIssuerCountryCode": 0,
- "billingCurrencyCode": 0
}
], - "visaNetworkInfo": [
- {
- "nonMoneyTransferFastFundsDomestic": "string",
- "moneyTransferPushFundsDomestic": "string",
- "nonMoneyTransferPushFundsDomestic": "string",
- "nonMoneyTransferPushFundsCrossBorder": "string",
- "issuerName": "string",
- "moneyTransferFastFundsDomestic": "string",
- "issuerCountryCode": 0,
- "comboCardRange": "string",
- "billingCurrencyCodeMinorDigits": "string",
- "onlineGamblingFastFundsDomestic": "string",
- "onlineGamblingPushFundsDomestic": "string",
- "onlineGamblingFastFundsCrossBorder": "string",
- "billingCurrency": 0,
- "moneyTransferFastFundsCrossBorder": "string",
- "cardPlatformCode": "string",
- "cardSubTypeCode": "string",
- "cardProductType": "string",
- "onlineGamblingPushFundsCrossBorder": "string",
- "moneyTransferPushFundsCrossBorder": "string",
- "nonMoneyTransferFastFundsCrossBorder": "string"
}
]
}