# Get a single payment transaction import **GET /2026-4/payment-transaction-imports/{paymentTransactionImportId}** Retrieve a single import by its identifier. Request `include=items` for the result of every submitted record, ordered by position. With the :authenticated scope an import of another user is reported as not found rather than forbidden, so it does not reveal that it exists. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 - Oauth2 ## Parameters ### Path parameters - **paymentTransactionImportId** (string(uuid)) The unique identifier of the import to retrieve. ### Query parameters - **include** (array[string]) Related resources to include in the response. ## Responses ### 200 The import was retrieved successfully. #### Body: application/json (object) - **data** (object) The import for the given import ID, with the result of every submitted record. ### 400 The request parameters are invalid or missing. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 404 The import was not found. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)