v1

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

OR

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

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"
}