|
| 1 | +# CyberSource::BankAccountValidationApi |
| 2 | + |
| 3 | +All URIs are relative to *https://apitest.cybersource.com* |
| 4 | + |
| 5 | +Method | HTTP request | Description |
| 6 | +------------- | ------------- | ------------- |
| 7 | +[**bank_account_validation_request**](BankAccountValidationApi.md#bank_account_validation_request) | **POST** /bavs/v1/account-validations | Visa Bank Account Validation Service |
| 8 | + |
| 9 | + |
| 10 | +# **bank_account_validation_request** |
| 11 | +> InlineResponse20013 bank_account_validation_request(account_validations_request) |
| 12 | +
|
| 13 | +Visa Bank Account Validation Service |
| 14 | + |
| 15 | +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. |
| 16 | + |
| 17 | +### Example |
| 18 | +```ruby |
| 19 | +# load the gem |
| 20 | +require 'cybersource_rest_client' |
| 21 | + |
| 22 | +api_instance = CyberSource::BankAccountValidationApi.new |
| 23 | + |
| 24 | +account_validations_request = CyberSource::AccountValidationsRequest.new # AccountValidationsRequest | |
| 25 | + |
| 26 | + |
| 27 | +begin |
| 28 | + #Visa Bank Account Validation Service |
| 29 | + result = api_instance.bank_account_validation_request(account_validations_request) |
| 30 | + p result |
| 31 | +rescue CyberSource::ApiError => e |
| 32 | + puts "Exception when calling BankAccountValidationApi->bank_account_validation_request: #{e}" |
| 33 | +end |
| 34 | +``` |
| 35 | + |
| 36 | +### Parameters |
| 37 | + |
| 38 | +Name | Type | Description | Notes |
| 39 | +------------- | ------------- | ------------- | ------------- |
| 40 | + **account_validations_request** | [**AccountValidationsRequest**](AccountValidationsRequest.md)| | |
| 41 | + |
| 42 | +### Return type |
| 43 | + |
| 44 | +[**InlineResponse20013**](InlineResponse20013.md) |
| 45 | + |
| 46 | +### Authorization |
| 47 | + |
| 48 | +No authorization required |
| 49 | + |
| 50 | +### HTTP request headers |
| 51 | + |
| 52 | + - **Content-Type**: application/json;charset=utf-8 |
| 53 | + - **Accept**: application/json;charset=utf-8 |
| 54 | + |
| 55 | + |
| 56 | + |
0 commit comments