NGNT
The NGNT class is responsible for handling the creation of new virtual deposit accounts.
from buycoins import NGNTngnt = NGNT()
ngnt.method_name(**args)create_deposit_account(account_name)
Example
ngnt = NGNT()
created_deposit_account = ngnt.create_deposit_account("BuyCoins Africa")
print(created_deposit_account){
'accountNumber': '12345678901',
'accountName': 'Buycoins Africa',
'accountType': 'deposit',
'bankName': 'Providus Bank',
'accountReference': '445efd1b-a902-4a4b-8e57-28d5bedf364d'
}
Error Responses
Last updated
Was this helpful?