ProcessGeneratedTransactions module
- class q2_sdk.hq.hq_api.backoffice.ProcessGeneratedTransactions.transactions(batch_id, processing_start_time, admin_user_id, zone_id=None, batch_description=None, generated_transactions=None, change_of_address=None, check_reorder=None, funds_transfer=None, stop_payment=None, bill_payment=None, ach_payment=None, ach_iat_payment=None, ach_receipt=None, eftps=None, payroll=None, wire_domestic=None, ach_collections=None, ach_batch=None, ach_iat_batch=None, external_transfer=None, wire_international=None, send_check=None, ach_pass_thru=None, rtp_credit_transfer=None, rtp_request_for_payment=None)[source]
Bases:
BaseParameter
- class q2_sdk.hq.hq_api.backoffice.ProcessGeneratedTransactions.ParamsObj(logger, hq_credentials, transactions=None, zone_id=None)[source]
Bases:
BackOfficeAuthenticatedParamsObjParameters definition for ProcessGeneratedTransactions
- Parameters:
logger (
TypeAliasType) – Reference to calling request’s logger (self.logger in your extension)transactions (
Optional[transactions])hq_credentials (
BackOfficeHqCredentials) – Defaults to settings.HQ_CREDENTIALS
- async q2_sdk.hq.hq_api.backoffice.ProcessGeneratedTransactions.execute(params_obj, use_json=True, **kwargs)[source]
This is the default way to submit the request to HQ.
This endpoint uses DataSet parameters and defaults to the JSON (.ashx) transport. SOAP (.asmx) is not supported for DataSet serialization.
- Parameters:
params_obj (
ParamsObj) – Object containing everything necessary to call this HQ endpointuse_json – If True, will call HQ’s .ashx (json) endpoint instead of .asmx (soap)
- Return type: