Collection for interbank transfers via NIP
- Bank List
- Name Enquiry
- Fund Transfer
- Transaction Query
Bank List
Provides a list of active banks and their codes on NIP
wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Authorization: SK-000000001-PROD-47296C056DB745908EC2367417600BFFE060F4E31DD342C6A372FC148DAFCD6D' \
--header 'Content-Type: application/json' \
--body-data '{
"request": "banklist"
}' \
const duplo = require('duplo')('dp_test_P2tH90snfuQB0qlPopnhdgkOpbs');
const virtualAccount = await duplo.card.getAll({FilteringObject});
$duplo = new \Duplo\DuploClient(
'dp_test_P2tH90snfuQB0qlPopnhdgkOpbs'
);
$duplo->card->getAll();
Name Enquiry
Returns the name associated with an account number.
}
"accountnumber":"0012226121",
"bankcode":"000013"
{
wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Authorization: SK-000000001-PROD-47296C056DB745908EC2367417600BFFE060F4E31DD342C6A372FC148DAFCD6D' \
--header 'Content-Type: application/json' \
--body-data '{
"request": "banklist"
}' \
const duplo = require('duplo')('dp_test_P2tH90snfuQB0qlPopnhdgkOpbs');
const virtualAccount = await duplo.card.getAll({FilteringObject});
$duplo = new \Duplo\DuploClient(
'dp_test_P2tH90snfuQB0qlPopnhdgkOpbs'
);
$duplo->card->getAll();
Balance Enquiry
Provides available balance in an account
}
"accountnumber":"0000000008"
{
wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Authorization: SK-000000001-PROD-47296C056DB745908EC2367417600BFFE060F4E31DD342C6A372FC148DAFCD6D' \
--header 'Content-Type: application/json' \
--body-data '{
"request": "banklist"
}' \
const duplo = require('duplo')('dp_test_P2tH90snfuQB0qlPopnhdgkOpbs');
const virtualAccount = await duplo.card.getAll({FilteringObject});
$duplo = new \Duplo\DuploClient(
'dp_test_P2tH90snfuQB0qlPopnhdgkOpbs'
);
$duplo->card->getAll();
Transaction Enquiry
Provides the status of a transaction.
}
"reference": "N10T2JT3AT3111433131431000"
{
wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Authorization: SK-000000001-PROD-47296C056DB745908EC2367417600BFFE060F4E31DD342C6A372FC148DAFCD6D' \
--header 'Content-Type: application/json' \
--body-data '{
"request": "banklist"
}' \
const duplo = require('duplo')('dp_test_P2tH90snfuQB0qlPopnhdgkOpbs');
const virtualAccount = await duplo.card.getAll({FilteringObject});
$duplo = new \Duplo\DuploClient(
'dp_test_P2tH90snfuQB0qlPopnhdgkOpbs'
);
$duplo->card->getAll();
Fund Transfer
To transfer an amount from an account in a bank to other accounts within the bank or other banks
}
"reference": "N10T2JT3AT3111433131431000"
{
wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Authorization: SK-000000001-PROD-47296C056DB745908EC2367417600BFFE060F4E31DD342C6A372FC148DAFCD6D' \
--header 'Content-Type: application/json' \
--body-data '{
"request": "banklist"
}' \
const duplo = require('duplo')('dp_test_P2tH90snfuQB0qlPopnhdgkOpbs');
const virtualAccount = await duplo.card.getAll({FilteringObject});
$duplo = new \Duplo\DuploClient(
'dp_test_P2tH90snfuQB0qlPopnhdgkOpbs'
);
$duplo->card->getAll();