@@ -68,6 +68,7 @@ import openapi_client
6868 - ` xApiKey ` (API Key)
6969 - ` xAppKey ` (App Key)
7070
71+ <<<<<<< Updated upstream
71722 . ** Determine Your Origin:**
7273 The ` origin ` is your public IP address.
7374 Find it by searching ** "what's my IP"** in Google or visiting [ https://www.whatsmyip.org ] ( https://www.whatsmyip.org ) .
@@ -98,11 +99,21 @@ import openapi_client
9899from openapi_client.api.secure_payment_intent_api import SecurePaymentIntentApi
99100from openapi_client.model.payment_intent_request import PaymentIntentRequest
100101from openapi_client.rest import ApiException
102+ ====== =
103+ Please follow the [installation procedure](# installation--usage) and then run the following:
104+
105+ ```python
106+
107+ import openapi_client
108+ from openapi_client.rest import ApiException
109+ from pprint import pprint
110+ >>>>>> > Stashed changes
101111
102112# Load credentials from config.json
103113with open (" config.json" ) as f:
104114 config = json.load(f)
105115
116+ <<<<<< < Updated upstream
106117# Configure API client
107118configuration = openapi_client.Configuration(host = " https://api.uat.anddone.com" )
108119configuration.debug = True # Optional: Enable debug logging
@@ -124,6 +135,35 @@ with openapi_client.ApiClient(configuration) as api_client:
124135 }
125136
126137 api = SecurePaymentIntentApi(api_client)
138+ ====== =
139+ # The client must configure the authentication and authorization parameters
140+ # in accordance with the API server security policy.
141+ # Examples for each auth method are provided below, use the example that
142+ # satisfies your auth use case.
143+
144+ # Configure API key authorization: x-api-key
145+ configuration.api_key[' x-api-key' ] = os.environ[" API_KEY" ]
146+
147+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
148+ # configuration.api_key_prefix['x-api-key'] = 'Bearer'
149+
150+ # Configure API key authorization: x-app-key
151+ configuration.api_key[' x-app-key' ] = os.environ[" API_KEY" ]
152+
153+ # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
154+ # configuration.api_key_prefix['x-app-key'] = 'Bearer'
155+
156+
157+ # Enter a context with an instance of the API client
158+ with openapi_client.ApiClient(configuration) as api_client:
159+ # Create an instance of the API class
160+ api_instance = openapi_client.SecureEmbeddedPremiumFinanceApi(api_client)
161+ x_api_key = ' x_api_key_example' # str | an authorization header
162+ x_app_key = ' x_app_key_example' # str | an authorization header
163+ x_version = ' x_version_example' # str | x-version
164+ origin = ' origin_example' # str | origin
165+ pf_policy_update_request_dto = openapi_client.PFPolicyUpdateRequestDTO() # PFPolicyUpdateRequestDTO | Signature Request details (optional)
166+ >>>>>> > Stashed changes
127167
128168 try :
129169 response = api.secure_paymentintents_post(
@@ -341,6 +381,7 @@ Class | Method | HTTP request | Description
341381 - [RowDto](docs/ RowDto.md)
342382 - [SecureBatchExecuteRequest](docs/ SecureBatchExecuteRequest.md)
343383 - [SecureCancelledTransactionResponse](docs/ SecureCancelledTransactionResponse.md)
384+ - [SecureEpfQuotesPost200Response](docs/ SecureEpfQuotesPost200Response.md)
344385 - [SecureMerchantTokenShortResponse](docs/ SecureMerchantTokenShortResponse.md)
345386 - [SecurePaymentBatchDetailsRequest](docs/ SecurePaymentBatchDetailsRequest.md)
346387 - [SecurePaymentDetailsRequest](docs/ SecurePaymentDetailsRequest.md)
@@ -379,10 +420,12 @@ Class | Method | HTTP request | Description
379420 - [TransactionDetailResponseTenderInfo](docs/ TransactionDetailResponseTenderInfo.md)
380421 - [TransactionPaymentResponse](docs/ TransactionPaymentResponse.md)
381422 - [TransactionPaymentResponseAchTenderInfo](docs/ TransactionPaymentResponseAchTenderInfo.md)
423+ - [TransactionPaymentResponseAchTenderInfoCommissionType](docs/ TransactionPaymentResponseAchTenderInfoCommissionType.md)
382424 - [TransactionPaymentResponseBillingContact](docs/ TransactionPaymentResponseBillingContact.md)
383425 - [TransactionPaymentResponseBillingContactAddress](docs/ TransactionPaymentResponseBillingContactAddress.md)
384426 - [TransactionPaymentResponseBillingContactName](docs/ TransactionPaymentResponseBillingContactName.md)
385427 - [TransactionPaymentResponseCcTenderInfo](docs/ TransactionPaymentResponseCcTenderInfo.md)
428+ - [TransactionPaymentResponseRefundOrigin](docs/ TransactionPaymentResponseRefundOrigin.md)
386429 - [TransactionPaymentResponseRefundTransactions](docs/ TransactionPaymentResponseRefundTransactions.md)
387430 - [TransactionPaymentResponseRefundTransactionsDataInner](docs/ TransactionPaymentResponseRefundTransactionsDataInner.md)
388431 - [TransactionPaymentResponseTransactionEntitySplitResponsesInner](docs/ TransactionPaymentResponseTransactionEntitySplitResponsesInner.md)
0 commit comments