Skip to main content
The authorizePendingTransactions method processes and finalizes all transactions that are currently in a pending state. This method is essential for merchants who use deferred payment transactions. It allows them to finalize multiple pending transactions in a single batch operation and retrieve a summary of which transactions were approved or declined.

Request

JSON-RPC 2.0All methods in TweezerComm follow a JSON-RPC 2.0 structure. See Get Started for more details on how the requests are structured and sent.
In the request, ensure to configure the following:
  • The method field needs to be set to authorizePendingTransactions.
  • The service must be set to ashrait in the params.
This method does not require any parameters in the params object.

Response

A successful request will return a response similar to the one in the code block below:

Response Parameters

Below is a table with all the possible response parameters and their description: