v1

latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KB
Transaction

Retrieve Transaction

Retrieves the Transaction.

In circumstances where you fail to receive a transactionID from us, you can do a retrieve via referenceID. (Allowed only up to 24 hours after original request)

get/v1/clients/{ClientID}/transactions/{TransactionID}

Path parameters

ClientIDstring required

22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.

TransactionIDstring required

22-character Transaction ID

Response

The Transaction is retrieved.

ECstring

Internal Error Code. This is used to help TabaPay team members trace an error.

referenceIDstring string

1-15 character unique referenceID. Used for Retrieve via ReferenceID in case of an HTTP timeout, or any scenario where you fail to get a response body. Not case sensitive

networkstring
networkRCstring

2-3 character Network Response Code

statusstring
originallystring
amountstring

See how to properly format an amount.

amountUSDstring

Amount in USD if currency is not 840.

See how to properly format an amount.

reversalStatusstring

Reversal Status

Example response

{
  "network": "Visa",
  "networkRC": "00",
  "status": "COMPLETED",
  "originally": "COMPLETED",
  "reversalStatus": "REVERSED",
  "reversal": {
    "networkRC": "00",
    "networkRC2": "00",
    "reversalAmount": "0.06"
  }
}