Card Request

This initiates a card request for a customer

To make a card request, parameters can be gotten from the response of the “RetrieveInstitutionConfigurations” endpoint.

After request is made also depending on the request type, the card issuance and assignment process can be completed on the BankOne portal under Card Management Module.

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/
Cards/RequestCard

POST https://staging.mybankone.com/thirdpartyapiservice/apiservice/Cards/ RequestCard

Request Body

Name
Type
Description

Token*

String

Authentication Key for the request

BIN*

String

Card Profile BIN as retrieved from RetrieveInstitutionConfig Card Profiles List

AccountNumber*

String

Requesting customer’s account number

RequestType*

String

Card Request Type as retrieved from RetrieveInstitutionConfig Card Request Type List

DeliveryOption*

String

Customer’s preferred card delivery option as retrieved from RetrieveInstitutionConfig Delivery Options List

Identifier *

String

Unique key to identify institution and customer initiating the request

NameOnCard*

String

Customer’s preferred name on card. Where this is not passed, the customer’s account name is used.

{
 "IsSuccessful": True,
 "ResponseMessage": “Card request successful.",
 "Identifier": "234678"
}

Last updated