v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Create & Manage Transactions

transaction

Fetch a transaction for the specified transaction id.

To search for multiple transactions or by other transaction attributes, use POST /v2/transactionSearch.

<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>
CodeHTTP StatusMessage
AP011401Unauthorized for this transaction
AP101401No authenticated user
AP700400Missing or invalid required parameter
AP701400Improperly formatted parameter
</details>
get/v2/transaction/{transactionId}

Headers

Content-Typestring required
authorizationstring required

A merchant scoped token.

Response

Success or Transaction Not Found

OR

Example response

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