External Transaction Status
Some payment endpoints do not send the final result of a payment transaction within their response. In such cases the Gateway returns an approval code that starts with a question mark (?:…).The action GetExternalTransactionState
allows you to request updates on the state of such transactions. You can use OrderID
+ TDate
, MerchantTransactionId
or IpgTransactionId
to reference to a transaction.
Updated about 2 months ago