User Authorization
Confirm Transaction
This API is responsible for querying the details of a specific transaction within the closed payment arrangement.
post/ConfirmTransactionClosedLoop
Request body
Example request
{
"Method": "ConfirmTransactionClosedLoop",
"BusinessUnitId": 4548,
"PartnerId": 4548,
"UserAccountKey": "498191-209911-9590853-5",
"ArrangementIdentifier": "ARR880ff122-e5a9-4069-aaac-d9e5f58dee8cARR",
"TransactionCode": "220337"
}Response
Confirm the generated transaction
Example response
{
"Success": true,
"Message": "Purchase generated successfully",
"TotalValue": 2.95,
"MerchantName": "Tech RF International"
}