User Authorization
Consult Transaction
This API is responsible for querying the details of a specific transaction within the closed payment arrangement.
post/ConsultTransactionClosedLoop
Request body
Example request
{
"Method": "ConsultTransactionClosedLoop",
"BusinessUnitId": 4548,
"PartnerId": 4548,
"TransactionCode": "220337"
}Response
Consult the generated transaction
Example response
{
"Success": true,
"Message": "Purchase generated successfully",
"TotalValue": 2.95,
"MerchantName": "Tech RF International"
}