Fetch Transactions
Fetch list of all transactions done .
Get all transactions on both test and live mode
curl --request GET\
--url https://api.ngnc.online/transactions/v1/fetch_all_transactions?business_id=Bus_ID\
--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