Skip to main content
GET
/
transactions
/
{txId}
Get transaction by ID
curl --request GET \
  --url https://api.orafi.app/v1/transactions/{txId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "amount": 123,
    "status": "<string>",
    "type": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

txId
string
required

Response

200 - application/json

Transaction details

success
boolean
message
string
data
object