Skip to main content
GET
/
momo-transfers
/
{paymentId}
Retrieves a specific mobile money transfer payment for the authenticated user or entity.
curl --request GET \
  --url https://api.nuvion.tech/momo-transfers/{paymentId} \
  --header 'Authorization: <authorization>'
{
  "message": "MOMO transfer payment retrieved successfully",
  "status": 200,
  "data": {
    "id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
    "amount": 10000,
    "currency": "GHS",
    "unique_reference": "MOMO-TR-123456789",
    "counterparty_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
    "account_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
    "entity_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
    "status": "successful",
    "status_reason": "payment_completed",
    "narration": "Payment for services",
    "type": "outflow",
    "applicable_fee": 200,
    "meta": {},
    "created": 1631456789000,
    "updated": 1631456999000
  }
}

Headers

Authorization
string
required

Authorization header: Bearer {jwt or Secretkey}

Path Parameters

paymentId
string
required

The unique identifier (ULID) of the MOMO transfer payment to retrieve

Response

Successful operation

message
string
required

A descriptive message indicating the result of the operation

status
string
required

The status of the API operation (successful, error, failed, pending)

data
object
required

Contains the details of the retrieved MOMO transfer