Fetch Transactions

Fetch list of all transactions done .

Get all transactions 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_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

NameTypeDescription

business_id*

String

Get your business id from Bridge App

Headers

NameTypeDescription

ngnc-sec-key*

String

Get Key from Bridge App

Last updated