Skip to main content
The doTransactionPhase1 method begins a new transaction and retrieves its properties. Upon successful completion of this phase, the client can then proceed to the next stage of the process by calling the doTransactionPhase2 method to finalize the transaction. This method is essential for initiating a transaction, validating key information, and preparing the system for the final processing step.

Request

JSON-RPC 2.0All methods in TweezerComm follow a JSON-RPC 2.0 structure. See Integration for more details on how the requests are structured and sent.
In the request, ensure to configure the following:
  • The method field must be set to doTransactionPhase1.
  • The service must be set to ashrait in the params.
The request includes a list of parameters, with the first being the service name, which is currently fixed as ashrait, and the second being a dictionary containing all other transaction-specific details.

Request Parameters

The table below describes the request parameters for this method.

Response

A successful request will return the following response:

Response Parameters

The table below describes the response parameters for this method.