Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
README.md
.gitignore
21 changes: 8 additions & 13 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.gitignore
.gitlab-ci.yml
.travis.yml
README.md
docs/AutoPayEnrollmentRequest.md
docs/AutoPayEnrollmentResponse.md
docs/BankDetailDto.md
Expand Down Expand Up @@ -128,6 +127,7 @@ docs/RefundEligibility.md
docs/RemittanceDataDto.md
docs/ReportDownloadRequest.md
docs/RowDto.md
docs/SecureACHValidationApi.md
docs/SecureAutopayEnrollmentApi.md
docs/SecureBatchExecuteRequest.md
docs/SecureCancelledTransactionResponse.md
Expand Down Expand Up @@ -172,6 +172,7 @@ docs/SecureVendorStatusRequestDTO.md
docs/SecureVendorTimelineRequestDTO.md
docs/SecureVendorUpdateRequestDTO.md
docs/SecureVendorUpdateRequestDTORemittanceAddress.md
docs/SecureVerifyBankAccountRequestDTO.md
docs/SecureVoidsApi.md
docs/TokenLinkResponse.md
docs/TokenLinkResponseDataInner.md
Expand All @@ -183,12 +184,10 @@ docs/TransactionDetailResponseSplitsInner.md
docs/TransactionDetailResponseTenderInfo.md
docs/TransactionPaymentResponse.md
docs/TransactionPaymentResponseAchTenderInfo.md
docs/TransactionPaymentResponseAchTenderInfoCommissionType.md
docs/TransactionPaymentResponseBillingContact.md
docs/TransactionPaymentResponseBillingContactAddress.md
docs/TransactionPaymentResponseBillingContactName.md
docs/TransactionPaymentResponseCcTenderInfo.md
docs/TransactionPaymentResponseRefundOrigin.md
docs/TransactionPaymentResponseRefundTransactions.md
docs/TransactionPaymentResponseRefundTransactionsDataInner.md
docs/TransactionPaymentResponseTransactionEntitySplitResponsesInner.md
Expand All @@ -203,9 +202,11 @@ docs/VendorResponseDTORemittanceAddress.md
docs/VendorResponseDTOTemplate.md
docs/VendorResponseDTOVerificationResultsInner.md
docs/VendorTimelineResponseListInner.md
docs/VerifyBankAccountResponse.md
git_push.sh
openapi_client/__init__.py
openapi_client/api/__init__.py
openapi_client/api/secure_ach_validation_api.py
openapi_client/api/secure_autopay_enrollment_api.py
openapi_client/api/secure_embedded_premium_finance_api.py
openapi_client/api/secure_embedded_premium_finance_endorsements_api.py
Expand Down Expand Up @@ -381,6 +382,7 @@ openapi_client/models/secure_vendor_status_request_dto.py
openapi_client/models/secure_vendor_timeline_request_dto.py
openapi_client/models/secure_vendor_update_request_dto.py
openapi_client/models/secure_vendor_update_request_dto_remittance_address.py
openapi_client/models/secure_verify_bank_account_request_dto.py
openapi_client/models/token_link_response.py
openapi_client/models/token_link_response_data_inner.py
openapi_client/models/token_link_secure_request.py
Expand All @@ -391,12 +393,10 @@ openapi_client/models/transaction_detail_response_splits_inner.py
openapi_client/models/transaction_detail_response_tender_info.py
openapi_client/models/transaction_payment_response.py
openapi_client/models/transaction_payment_response_ach_tender_info.py
openapi_client/models/transaction_payment_response_ach_tender_info_commission_type.py
openapi_client/models/transaction_payment_response_billing_contact.py
openapi_client/models/transaction_payment_response_billing_contact_address.py
openapi_client/models/transaction_payment_response_billing_contact_name.py
openapi_client/models/transaction_payment_response_cc_tender_info.py
openapi_client/models/transaction_payment_response_refund_origin.py
openapi_client/models/transaction_payment_response_refund_transactions.py
openapi_client/models/transaction_payment_response_refund_transactions_data_inner.py
openapi_client/models/transaction_payment_response_transaction_entity_split_responses_inner.py
Expand All @@ -411,6 +411,7 @@ openapi_client/models/vendor_response_dto_remittance_address.py
openapi_client/models/vendor_response_dto_template.py
openapi_client/models/vendor_response_dto_verification_results_inner.py
openapi_client/models/vendor_timeline_response_list_inner.py
openapi_client/models/verify_bank_account_response.py
openapi_client/py.typed
openapi_client/rest.py
pyproject.toml
Expand All @@ -419,12 +420,6 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_auto_pay_enrollment_request.py
test/test_auto_pay_enrollment_response.py
test/test_outbound_payment_image_response_dto.py
test/test_payment_link_request_reference_data_list_inner.py
test/test_pf_lite_secure_quote_request_agent.py
test/test_pf_lite_secure_quote_request_agent_address.py
test/test_secure_autopay_enrollment_api.py
test/test_secure_pf_quote_booking_request.py
test/test_secure_ach_validation_api.py
test/test_secure_verify_bank_account_request_dto.py
tox.ini
2 changes: 1 addition & 1 deletion docs/MerchantTransactionEntityResponseDataInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Name | Type | Description | Notes
**adjustment_display_name** | **str** | | [optional]
**adjustment_descriptor_message** | **str** | | [optional]
**payment_adjustment_type** | **str** | | [optional]
**commission_type** | [**TransactionPaymentResponseAchTenderInfoCommissionType**](TransactionPaymentResponseAchTenderInfoCommissionType.md) | | [optional]
**commission_type** | **str** | | [optional]
**commission_value** | **float** | | [optional]
**commission_fixed_value** | **float** | | [optional]
**account_token** | **str** | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/PaymentLinkRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Name | Type | Description | Notes
**splits** | [**List[PaymentIntentRequestSplitsInner]**](PaymentIntentRequestSplitsInner.md) | | [optional]
**quote_key** | **str** | | [optional]
**account_number** | **str** | | [optional]
**reference_type** | **str** | | [optional]
**reference_number** | **str** | | [optional]
**reference_type** | **str** | |
**reference_number** | **str** | |
**reference_key** | **str** | | [optional]
**reference_data_list** | [**List[PaymentLinkRequestReferenceDataListInner]**](PaymentLinkRequestReferenceDataListInner.md) | |
**enable_premium_finance** | **bool** | | [optional]
Expand Down
87 changes: 87 additions & 0 deletions docs/SecureACHValidationApi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# openapi_client.SecureACHValidationApi

All URIs are relative to *https://api.anddone.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**utilityapi_secure_verifybankaccounts_post**](SecureACHValidationApi.md#utilityapi_secure_verifybankaccounts_post) | **POST** /utilityapi/secure/verifybankaccounts | This API verifies bank account using secure ACH validation


# **utilityapi_secure_verifybankaccounts_post**
> VerifyBankAccountResponse utilityapi_secure_verifybankaccounts_post(x_api_key, x_app_key, x_version, origin, secure_verify_bank_account_request_dto)

This API verifies bank account using secure ACH validation

### Example


```python
import openapi_client
from openapi_client.models.secure_verify_bank_account_request_dto import SecureVerifyBankAccountRequestDTO
from openapi_client.models.verify_bank_account_response import VerifyBankAccountResponse
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.anddone.com"
)


# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = openapi_client.SecureACHValidationApi(api_client)
x_api_key = 'x_api_key_example' # str | an authorization header
x_app_key = 'x_app_key_example' # str | an authorization header
x_version = 3.4 # float | x-version
origin = 'origin_example' # str | origin
secure_verify_bank_account_request_dto = openapi_client.SecureVerifyBankAccountRequestDTO() # SecureVerifyBankAccountRequestDTO | SecureVerifyBankAccountRequestDTO

try:
# This API verifies bank account using secure ACH validation
api_response = api_instance.utilityapi_secure_verifybankaccounts_post(x_api_key, x_app_key, x_version, origin, secure_verify_bank_account_request_dto)
print("The response of SecureACHValidationApi->utilityapi_secure_verifybankaccounts_post:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling SecureACHValidationApi->utilityapi_secure_verifybankaccounts_post: %s\n" % e)
```



### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**x_api_key** | **str**| an authorization header |
**x_app_key** | **str**| an authorization header |
**x_version** | **float**| x-version |
**origin** | **str**| origin |
**secure_verify_bank_account_request_dto** | [**SecureVerifyBankAccountRequestDTO**](SecureVerifyBankAccountRequestDTO.md)| SecureVerifyBankAccountRequestDTO |

### Return type

[**VerifyBankAccountResponse**](VerifyBankAccountResponse.md)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful operation | - |
**400** | Bad Request | - |
**404** | Not Found | - |
**500** | Internal Server Error | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

6 changes: 3 additions & 3 deletions docs/SecureAutopayEnrollmentApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openapi_client.SecureAutopayEnrollmentApi

All URIs are relative to *https://api.uat.anddone.com*
All URIs are relative to *https://api.anddone.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -22,10 +22,10 @@ from openapi_client.models.auto_pay_enrollment_response import AutoPayEnrollment
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down
30 changes: 15 additions & 15 deletions docs/SecureEmbeddedPremiumFinanceApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openapi_client.SecureEmbeddedPremiumFinanceApi

All URIs are relative to *https://api.uat.anddone.com*
All URIs are relative to *https://api.anddone.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -28,10 +28,10 @@ from openapi_client.models.pf_policy_update_response import PFPolicyUpdateRespon
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -106,10 +106,10 @@ from openapi_client.models.pf_update_pfa_response import PFUpdatePFAResponse
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -183,10 +183,10 @@ from openapi_client.models.pf_quote_esign_request import PFQuoteEsignRequest
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -259,10 +259,10 @@ from openapi_client.models.quote_request import QuoteRequest
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -337,10 +337,10 @@ from openapi_client.models.quote_response import QuoteResponse
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -415,10 +415,10 @@ from openapi_client.models.quote_response import QuoteResponse
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -492,10 +492,10 @@ from openapi_client.models.pf_retrieve_pfa_request_dto import PFRetrievePFAReque
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down
14 changes: 7 additions & 7 deletions docs/SecureEmbeddedPremiumFinanceEndorsementsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openapi_client.SecureEmbeddedPremiumFinanceEndorsementsApi

All URIs are relative to *https://api.uat.anddone.com*
All URIs are relative to *https://api.anddone.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -24,10 +24,10 @@ from openapi_client.models.pf_check_endorsements_response import PFCheckEndorsem
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -102,10 +102,10 @@ from openapi_client.models.secure_pf_quote_booking_request import SecurePFQuoteB
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down Expand Up @@ -180,10 +180,10 @@ from openapi_client.models.pf_endorsement_response import PFEndorsementResponse
from openapi_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.uat.anddone.com
# Defining the host is optional and defaults to https://api.anddone.com
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "https://api.uat.anddone.com"
host = "https://api.anddone.com"
)


Expand Down
Loading
Loading