Retrieve Institution Configurations
This returns the list of configured options available to display to customer when initiating a card request.
Institution Configurations Includes :
// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/Cards/
RetrieveInstitutionConfig/{Token}Path Parameters
Name
Type
Description
{
"IsSuccessful": true,
"ResponseDescription": "Successful",
"CardProfiles": [
{
"DisplayName": "Amacc WCF",
"BIN": "50612402367",
"Description": "qwert",
"SponsorBank": "Test Commercial bank"
},
{
"DisplayName": "Chichi Profile",
"BIN": "50612402093",
"Description": "For Chibueze Mfb Card",
"SponsorBank": "Test Commercial bank"
},
{
"DisplayName": "InternetBanking",
"BIN": "50612402046",
"Description": "AlvanaMFB",
"SponsorBank": "Test Commercial bank"
},
{
"DisplayName": "",
"BIN": "50612402044",
"Description": "AlvanaMFB",
"SponsorBank": "Test Commercial bank"
},
{
"DisplayName": "Platinum Card",
"BIN": "50613602007",
"Description": "AMMLcard",
"SponsorBank": "Test Commercial bank"
},
{
"DisplayName": "",
"BIN": "49206903",
"Description": "001_001_UBA Test",
"SponsorBank": "Test Commercial bank"
}
],
"DeliveryOptions": [
{
"OptionName": "Sch delivery",
"Status": "Active",
"DeliveryDescription": "School Delivery"
},
{
"OptionName": "house Delivery",
"Status": "Active",
"DeliveryDescription": "Deliver to my house"
},
{
"OptionName": "Church Delivery",
"Status": "Active",
"DeliveryDescription": "Deliver to my church"
}
],
"RequestType": [
"BatchIssuance",
"InstantIssuance"
]
}Last updated