Skip to main content
GET
/
v1
/
global-collection
/
mobile-money
/
transaction
/
{transactionId}
cURL
curl --request GET \
  --url https://api.nomba.com/v1/global-collection/mobile-money/transaction/{transactionId} \
  --header 'Authorization: <authorization>' \
  --header 'accountId: <accountid>'
{
  "code": "00",
  "description": "Successful",
  "data": {
    "transactionId": "a822e327-4bcd-40ec-ac61-ed3622eac000",
    "coreUserId": "xxxx-xxxx-4402-97c0-6c3824cxxxxx",
    "account": "0980802918",
    "status": "APPROVED",
    "amount": 10,
    "currency": "CDF"
  }
}

Headers

Authorization
string
required

Bearer token for authentication.

Example:

"Bearer <token>"

accountId
string
required

The parent accountId of the business.

Example:

"890022ce-bae0-45c1-9b9d-ee7872e6ca27"

Path Parameters

transactionId
string
required

The transactionReference returned when the inflow was initiated.

Example:

"a822e327-4bcd-40ec-ac61-ed3622eac000"

Response

200 - application/json

Transaction retrieved successfully.

code
string
Example:

"00"

description
string
Example:

"Successful"

data
object