Fetch Single Transaction
Fetch details of a single transaction done.
Get single transaction on both test and live mode
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
Name
Type
Description
business_id*
String
Get your business id from Bridge App
Headers
Name
Type
Description
ngnc-sec-key*
String
Get Key from Bridge App
Last updated