List Payment Wallets

This endpoint can be used to fetch the list of supported wallets

Get all Wallets

Use this endpoint to get all wallets. GET api.ngnc.online/transactions/v1/list_payment_wallets

curl --request GET\
     --url https://api.ngnc.online/transactions/v1/list_payment_wallets \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'ngnc-sec-key: NGNC_SECRET_KEY' \

Fetch Wallets

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

Headers

NameTypeDescription

ngnc-sec-key*

String

Get Key from Bridge App

Last updated