Filter Transactions (Parent Account)
Search and filter through all transactions associated with your parent account.
Fetch Checkout Transaction
Retrieve details of a single transaction using its reference or order ID.
Verify a Transaction
The Verify Transactions endpoint allows you to confirm the status of a specific transaction by using either theorderReference or the orderId or Nomba transaction reference.This is important for ensuring that payments are successfully completed before providing value to your customers. To verify a transaction, send a GET request to this endpoint
/v1/transactions/accounts/single.
The Payment statuses are SUCCESS or FAILED.
Get Checkout Transaction
This endpoint allows you to retrieve the details of a checkout transaction using either theORDER_REFERENCE or ORDER_ID. It is especially useful for verifying transaction status in case you miss a webhook notification or want to double-check the transaction details sent to you via webhook.
To fetch a checkout transaction, send a POST request to this endpoint /v1/checkout/transaction.