Fetch Collection Transaction
GET /v1/global-collection/mobile-money/transaction/{transactionId}
Retrieve the status of any initiated mobile money transaction. Use this endpoint to confirm whether a collection was successful, pending, or failed — keeping your records accurate and your customers informed.
Path parameters
The
transactionReference returned when the inflow was initiated.Response body
The unique collection transaction ID.
The Nomba account ID that received the collection.
The customer’s mobile money account (phone number).
Current status of the collection.
| Value | Description |
|---|---|
PENDING | Payment prompt sent; awaiting customer action. |
APPROVED | Customer completed the payment successfully. |
FAILED | The collection could not be completed. |
CANCELLED | The transaction was cancelled by the customer or system. |
The collected amount.
The currency of the collection.