v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Create & 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>
CodeHTTP StatusMessage
AP009401Unauthorized
AP101401No authenticated user
AP313200Preauth ineligible for capture
AP700400Missing or invalid required parameter
AP701400Improperly formatted parameter
</details>
get/v2/preauthTransaction/{preauthTransactionId}

Headers

Content-Typestring required
authorizationstring required

A merchant scoped token.

Response

Success

OR

Example response

{
  "error": {
    "help": "Contact support@aeropay.com for help.",
    "code": "AP700",
    "message": "Missing required Parameter: 'email'"
  }
}