v1
latestOpenAPI 3.0.02026-07-263118119.8 KBCreate & Manage Transactions
preauthTransaction
Retrieve the preauthorized transaction with the id provided by the path parameter ({{preAuthTransactionId}}).
<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/preauthTransaction/{preauthTransactionId}
Headers
Content-Typestring required
authorizationstring required
A merchant scoped token.
Response
Success
Example response
{
"error": {
"help": "Contact support@aeropay.com for help.",
"code": "AP700",
"message": "Missing required Parameter: 'email'"
}
}