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

serialize_as_xml()[source]
serialize_as_json()[source]
class q2_sdk.hq.hq_api.backoffice.ProcessGeneratedTransactions.ParamsObj(logger, hq_credentials, transactions=None, zone_id=None)[source]

Bases: BackOfficeAuthenticatedParamsObj

Parameters definition for ProcessGeneratedTransactions

Parameters:
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 endpoint

  • use_json – If True, will call HQ’s .ashx (json) endpoint instead of .asmx (soap)

Return type:

BackOfficeResponse

q2_sdk.hq.hq_api.backoffice.ProcessGeneratedTransactions.build_json(params_obj)[source]