v1
latestOpenAPI 3.0.02026-07-263118119.8 KBCreate & 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>| Code | HTTP Status | Message |
|---|---|---|
| AP009 | 401 | Unauthorized |
| AP101 | 401 | No authenticated user |
| AP313 | 200 | Preauth ineligible for capture |
| AP700 | 400 | Missing or invalid required parameter |
| AP701 | 400 | Improperly formatted parameter |
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