Fetch Single Transaction

Fetch details of a single transaction done.

Get single transaction on both test and live mode

Use this endpoint to perform a fetch transaction.

curl --request GET\
     --url https://api.ngnc.online/transactions/v1/fetch_transaction?business_id=BUS_ID"&"transaction_reference=Trans_Ref\
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'ngnc-sec-key: NGNC_SECRET_KEY' \

Fetch all transactions on live or test mode

GET https://api.ngnc.online/transactions/v1/get_all_transactions

Query Parameters

Headers

Last updated