11.github/workflows/python.yml
2- .gitignore
32.gitlab-ci.yml
43.travis.yml
5- README.md
64docs/AutoPayEnrollmentRequest.md
75docs/AutoPayEnrollmentResponse.md
86docs/BankDetailDto.md
@@ -128,6 +126,7 @@ docs/RefundEligibility.md
128126docs/RemittanceDataDto.md
129127docs/ReportDownloadRequest.md
130128docs/RowDto.md
129+ docs/SecureACHValidationApi.md
131130docs/SecureAutopayEnrollmentApi.md
132131docs/SecureBatchExecuteRequest.md
133132docs/SecureCancelledTransactionResponse.md
@@ -172,6 +171,7 @@ docs/SecureVendorStatusRequestDTO.md
172171docs/SecureVendorTimelineRequestDTO.md
173172docs/SecureVendorUpdateRequestDTO.md
174173docs/SecureVendorUpdateRequestDTORemittanceAddress.md
174+ docs/SecureVerifyBankAccountRequestDTO.md
175175docs/SecureVoidsApi.md
176176docs/TokenLinkResponse.md
177177docs/TokenLinkResponseDataInner.md
@@ -183,12 +183,10 @@ docs/TransactionDetailResponseSplitsInner.md
183183docs/TransactionDetailResponseTenderInfo.md
184184docs/TransactionPaymentResponse.md
185185docs/TransactionPaymentResponseAchTenderInfo.md
186- docs/TransactionPaymentResponseAchTenderInfoCommissionType.md
187186docs/TransactionPaymentResponseBillingContact.md
188187docs/TransactionPaymentResponseBillingContactAddress.md
189188docs/TransactionPaymentResponseBillingContactName.md
190189docs/TransactionPaymentResponseCcTenderInfo.md
191- docs/TransactionPaymentResponseRefundOrigin.md
192190docs/TransactionPaymentResponseRefundTransactions.md
193191docs/TransactionPaymentResponseRefundTransactionsDataInner.md
194192docs/TransactionPaymentResponseTransactionEntitySplitResponsesInner.md
@@ -203,9 +201,11 @@ docs/VendorResponseDTORemittanceAddress.md
203201docs/VendorResponseDTOTemplate.md
204202docs/VendorResponseDTOVerificationResultsInner.md
205203docs/VendorTimelineResponseListInner.md
204+ docs/VerifyBankAccountResponse.md
206205git_push.sh
207206openapi_client/__init__.py
208207openapi_client/api/__init__.py
208+ openapi_client/api/secure_ach_validation_api.py
209209openapi_client/api/secure_autopay_enrollment_api.py
210210openapi_client/api/secure_embedded_premium_finance_api.py
211211openapi_client/api/secure_embedded_premium_finance_endorsements_api.py
@@ -381,6 +381,7 @@ openapi_client/models/secure_vendor_status_request_dto.py
381381openapi_client/models/secure_vendor_timeline_request_dto.py
382382openapi_client/models/secure_vendor_update_request_dto.py
383383openapi_client/models/secure_vendor_update_request_dto_remittance_address.py
384+ openapi_client/models/secure_verify_bank_account_request_dto.py
384385openapi_client/models/token_link_response.py
385386openapi_client/models/token_link_response_data_inner.py
386387openapi_client/models/token_link_secure_request.py
@@ -391,12 +392,10 @@ openapi_client/models/transaction_detail_response_splits_inner.py
391392openapi_client/models/transaction_detail_response_tender_info.py
392393openapi_client/models/transaction_payment_response.py
393394openapi_client/models/transaction_payment_response_ach_tender_info.py
394- openapi_client/models/transaction_payment_response_ach_tender_info_commission_type.py
395395openapi_client/models/transaction_payment_response_billing_contact.py
396396openapi_client/models/transaction_payment_response_billing_contact_address.py
397397openapi_client/models/transaction_payment_response_billing_contact_name.py
398398openapi_client/models/transaction_payment_response_cc_tender_info.py
399- openapi_client/models/transaction_payment_response_refund_origin.py
400399openapi_client/models/transaction_payment_response_refund_transactions.py
401400openapi_client/models/transaction_payment_response_refund_transactions_data_inner.py
402401openapi_client/models/transaction_payment_response_transaction_entity_split_responses_inner.py
@@ -411,6 +410,7 @@ openapi_client/models/vendor_response_dto_remittance_address.py
411410openapi_client/models/vendor_response_dto_template.py
412411openapi_client/models/vendor_response_dto_verification_results_inner.py
413412openapi_client/models/vendor_timeline_response_list_inner.py
413+ openapi_client/models/verify_bank_account_response.py
414414openapi_client/py.typed
415415openapi_client/rest.py
416416pyproject.toml
@@ -419,12 +419,20 @@ setup.cfg
419419setup.py
420420test-requirements.txt
421421test/__init__.py
422- test/test_auto_pay_enrollment_request.py
423- test/test_auto_pay_enrollment_response.py
424- test/test_outbound_payment_image_response_dto.py
425- test/test_payment_link_request_reference_data_list_inner.py
426- test/test_pf_lite_secure_quote_request_agent.py
427- test/test_pf_lite_secure_quote_request_agent_address.py
422+ test/test_secure_ach_validation_api.py
428423test/test_secure_autopay_enrollment_api.py
429- test/test_secure_pf_quote_booking_request.py
424+ test/test_secure_embedded_premium_finance_api.py
425+ test/test_secure_embedded_premium_finance_endorsements_api.py
426+ test/test_secure_outbound_payments_api.py
427+ test/test_secure_payment_batching_api.py
428+ test/test_secure_payment_intent_api.py
429+ test/test_secure_payment_links_api.py
430+ test/test_secure_payments_api.py
431+ test/test_secure_premium_finance_lite_api.py
432+ test/test_secure_refunds_api.py
433+ test/test_secure_reports_api.py
434+ test/test_secure_token_links_api.py
435+ test/test_secure_token_management_api.py
436+ test/test_secure_vendor_management_api.py
437+ test/test_secure_voids_api.py
430438tox.ini
0 commit comments