List Payment Wallets
This endpoint can be used to fetch the list of supported wallets
Get all 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
Name
Type
Description
ngnc-sec-key*
String
Get Key from Bridge App
Last updated