v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Create & Manage Transactions

preauthTransactions

Fetch array of the preauthorized transactions for the authorized merchant.

If the optional id query parameter is specified, fetches only that preauthorized transaction. If the optional level query parameter is specified, fetches the preauthorized transactions for that level.

<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>
CodeHTTP StatusMessage
AP009401Unauthorized
AP101401No authenticated user
AP313200Preauth ineligible for capture
AP700400Missing or invalid required parameter
AP701400Improperly formatted parameter
</details>
get/v2/preauthTransactions

Query parameters

uuidstring

UUID of preauthorized transaction to query by

levelstring

Status of preauthorized transaction to query by

dateStartstring

Start date to filter preauthorized transactions on (MM-DD-YYYY HH:mm:ss)

dateEndstring

End date to filter preauthorized transactions on (MM-DD-YYYY HH:mm:ss)

timezonestring

Timezone of dates

pageinteger

Page number

perPageinteger

Number of transactions per page

sortBystring

Field to sort by

orderBystring

Order by

Headers

Content-Typestring required
authorizationstring required

A merchant scoped token.

Response

Success