You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All URIs are relative to *https://apitest.cybersource.com*
4
+
5
+
Method | HTTP request | Description
6
+
------------- | ------------- | -------------
7
+
[**bankAccountValidationRequest**](BankAccountValidationApi.md#bankAccountValidationRequest) | **POST** /bavs/v1/account-validations | Visa Bank Account Validation Service
The Visa Bank Account Validation Service is a new standalone product designed to validate customer's routing and bank account number combination for ACH transactions. Merchant's can use this standalone product to validate their customer's account prior to processing an ACH transaction against the customer's account to comply with Nacha's account validation mandate for Web-debit transactions.
**institutionId** | **String** | Identifier of the acquirer. This number is usually assigned by Visa. | [optional]
8
+
**interbankCardAssociationId** | **String** | Number assigned by MasterCard to banks to identify the member in transactions. | [optional]
9
+
**discoverInstitutionId** | **String** | Assigned by Discover to identify the acquirer. | [optional]
10
+
**countryCode** | **String** | ISO 4217 format. | [optional]
11
+
**fileDestinationBin** | **String** | The BIN to which this capturefile is sent. This field must contain a valid BIN. | [optional]
12
+
**merchantVerificationValue** | **String** | Identify merchants that participate in Select Merchant Fee (SMF) programs. Unique to the merchant. | [optional]
13
+
**merchantId** | **String** | Merchant ID assigned by an acquirer or a processor. Should not be overriden by any other party. | [optional]
14
+
**terminalId** | **String** | The 'Terminal Id' aka TID, is an identifier used for with your payments processor. Depending on the processor and payment acceptance type this may also be the default Terminal ID used for Card Present and Virtual Terminal transactions. | [optional]
15
+
**allowMultipleBills** | **Boolean** | Allows multiple captures for a single authorization transaction. | [optional]
16
+
**enableTransactionReferenceNumber** | **Boolean** | To enable merchant to send in transaction reference number (unique reconciliation ID). | [optional]
0 commit comments