v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
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

OR

Example request

{
  "Method": "ConsultTransactionClosedLoop",
  "BusinessUnitId": 4548,
  "PartnerId": 4548,
  "TransactionCode": "220337"
}

Response

Consult the generated transaction

Successboolean

True or False

Messagestring

Returned message

TotalValuenumber

Value Of The Transaction

MerchantNamestring

Name Of The Merchant

Example response

{
  "Success": true,
  "Message": "Purchase generated successfully",
  "TotalValue": 2.95,
  "MerchantName": "Tech RF International"
}