OVPAY-1518 - Replaced asterisk by query param.

This commit is contained in:
Bas Boterman 2025-03-04 12:42:01 +01:00
parent 976293e617
commit bed4dddf3b

View File

@ -419,12 +419,19 @@ paths:
description: The transaction item was successfully updated in the database.
value:
transactionItemId: 7c3a5b0f-b89e-4f02-8b09-d11c5a050a07
/transactionitems/responsestatus/*:
/transactionitems/responsestatus/{clientTrackingId}:
get:
tags:
- Transactions v2.2
summary: Get the status of the transaction items POST.
description: Get the status of the asynchronous transaction items POST processing.
parameters:
- in: path
name: clientTrackingId
schema:
type: string
required: true
description: The clientTrackingId of the transaction items POST.
responses:
"200":
description: OK