POST /transactions/{id}/query
Summary: Query a Transaction
Operation ID: PostTransactionQuery
Auth: unknown
Operation ID: PostTransactionQuery
Auth: unknown
Description
Query a Transaction with a specified identifier string. The query will contact the gateway account to find the result and amount/currency. The response should be analyzed. If deemed appropriate, the transaction could be updated using the Transaction Update API.
Parameters (2)
Organization-Id
(?, header, optional)
Organization identifier in scope of which need to perform request (if not specified, the default organization will be used).
id
(string, path, required)
The resource identifier string.
Constraints: {'maxLength': 50, 'pattern': '^[@~\\-\\.\\w]+$'}
No probe data for this endpoint yet.