GET
/
v2.01
/
{ClientId}
/
deposit-preauthorizations
/
{DepositId}
/
transactions

This call returns all preauthorized pay-ins, both captures and complements, made against a given 30-day preauthorization, whether they were successful or not.

Query parameters

Status
string

Allowed values: CREATED, SUCCEEDED, FAILED

The status of the transaction. You can filter on multiple values by separating them with a comma.

ResultCode
string

The code indicating the result of the operation. You can filter on multiple values by separating them with a comma.

BeforeDate
timestamp

The date before which the transaction was created (based on the transaction’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

AfterDate
timestamp

The date after which the transaction was created (based on the transaction’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

Path parameters

DepositId
string
required

The unique identifier of the deposit preauthorization.

Responses