AppZone API Documentation
  • Overview
    • Welcome
    • Getting Started
    • Enterprise User Oauth
  • Account
    • Account API
      • Create Account
      • Account Enquiry
      • Freeze Account
      • Unfreeze Account
      • Check Freeze Status
      • Place Lien on Account
      • Remove Lien on Account
      • Check Lien Status
      • Activate Post-No-Debit on Account
      • Deactivate Post-No-Debit on Account
      • Check Post-No-Debit Status
      • Retrieve BVN Details
      • Create Customer and Account
      • Update Account Tier2
      • Get Bank One Balance Enquiry
      • Generate Account Statement
      • Get Active Savings Accounts by CustomerID
      • Search Transactions
      • Get Transactions
  • Customer
    • Customer API
      • Create Customer
      • Update Customer
      • Get Customer by Account Number
  • Loans
    • Loan API
      • Get Loans By Customer Id
      • Get Loan Repayment Schedule
      • Loan Creation Application 2
      • Get Loan Account Balance 2
  • Account Officer
  • Standing Order
    • Standing Order API
      • Standing Order Creation Application2
      • Get Standing Orders By Debit Account Number
      • Cancel Standing Order
  • Fixed Deposit
    • Fixed Deposits API
      • Create Fixed Deposit Account
      • Get Fixed Deposit Account By Account Number
      • Get Fixed Deposit Account By Liquidation Account
      • Get Fixed Deposit Account By Phone Number
  • Transfers
    • Transfer API
      • Name Enquiry
      • Intra Bank (Local) Fund Transfer
      • Intra Bank Transfer
  • Cards
    • Cards API
      • Retrieve Institution Configurations
      • Card Request
      • Get Customer Cards
      • Hotlist Customer Card
      • Check Card Generation Status
      • Link Card to Customer Account
      • Freeze Cards
      • Unfreeze Cards
      • Add Transaction Limit to Customer Card
      • View Transaction Limit on Customer Card
      • Update Transaction Limit on Customer Card
      • Disable channel for customer card
      • Get Card Delivery Options
      • Re-Enable Channel for Customer Card
  • Overdraft
    • Overdraft API
      • Create Overdraft
      • Get Overdraft Interests
      • Get Overdraft Fees
  • Transactions
    • Transactions API
      • Transaction Status Confirmation
      • Credit Customer Account
      • Debit Customer Account
      • Reversals
  • Bills Payment
    • Bills Payment API
      • Get Commercial Bank
      • Get Billers
      • Get Billers Category
      • Get Payment Items
      • Initiate Bills Payment Transaction
  • Messaging
    • Save Bulk SMS
    • Save Email
Powered by GitBook
On this page
  1. Cards
  2. Cards API

Get Card Delivery Options

The card delivery options serve to inform an institution on a customers preferred delivery mode on his/her requested card.

Get Card Delivery Options retrieves the list of active delivery available to customers on card request.

The various card delivery options are managed and configured by an institution on the BankOne portal on the Delivery Options Management menu under Card Management module. If a preferred option is not available on the dropdown list, kindly contact your relationship manager and log a request to make it available.

To make a get card delivery options request, you make a get request by appending token to the get card delivery URL path.

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/Cards/
GetCardDeliveryOptions/{Token}

GET https://staging.mybankone.com/thirdpartyapiservice/apiservice/Cards/ GetCardDeliveryOptions/{Token}

Path Parameters

Name
Type
Description

Token*

String

Authentication Key for the request

{
 "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"
 }
 ]
}
PreviousDisable channel for customer cardNextRe-Enable Channel for Customer Card

Last updated 3 years ago