Get Card Delivery Options
The card delivery options serve to inform an institution on a customers preferred delivery mode on his/her requested card.
// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/Cards/
GetCardDeliveryOptions/{Token}Path Parameters
Name
Type
Description
{
"isSuccessful": true,
"ResponseDescription": "Delivery Options Gotten",
"DeliveryOptions": [
{
"OptionName": "Sch delivery",
"Status": "Active",
"DeliveryDescription": "School Delivery"
},
{
"OptionName": "Tomiwa Delivery",
"Status": "Active",
"DeliveryDescription": ""
},
{
"OptionName": "house Delivery",
"Status": "Active",
"DeliveryDescription": "Deliver to my house"
},
{
"OptionName": "Church Delivery",
"Status": "Active",
"DeliveryDescription": "Deliver to my church"
}
]
}Last updated