Update Issuance Type

Call this API end point to turn a virutal card into a plastic card, identified by card proxy. Only allow Virutal to Full at this time

Request
Security:
path Parameters
card_proxy
required
string
version
required
string
Request Body schema: application/json
issuance_type
required
string (IssuanceType)

Type of card to be created
FULL - Reloadable plastic card
VIRTUALONETIME - Single load virtual card
VIRTUAL - Reloadable virtual card
ONETIMELOAD - Single load plastic card
VIRTUALTOKENALLOWED - Virtual card with tokenization allowed
TOKEN - Token
OTHER - Any other issuance type

Enum: "FULL" "VIRTUALONETIME" "VIRTUAL" "VIRTUALTOKENALLOWED" "TOKEN" "ONETIMELOAD" "OTHER"
fourth_line
string or null

Fourth line data to be printed on the physical card. Can also be picked up from the program configuration where applicable.

iin_brand
string (IinBrand)

Card scheme to be used if multiple card schemes are configured for the program.Can be skipped to equate to what is configured for the program.

Enum: "VISA" "MASTERCARD" "DISCOVER" "AMEX"
object (FulfillmentOrderInfo)
Responses
200

Returns the card details

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

post/api/{version}/cards/{card_proxy}/issuance_type
Request samples
application/json
{
  • "issuance_type": "FULL",
  • "fourth_line": "string",
  • "iin_brand": "VISA",
  • "fulfillment_order_info": {
    • "package_guid": "bbcfa7f4-7eee-4d1b-9f7d-736ad8949479",
    • "third_line": "string",
    • "fourth_line": "string",
    • "shipping_method": "STDMAIL",
    • "order_guid": "dd878538-67b6-4e7d-8e8a-ddc3e971d02f",
    • "order_type": "DTC",
    • "signature_required": true,
    • "tracking_number": "string",
    • "discretionary_track_data": "string",
    • "order_status": "string",
    • "pin_mailer_flag": true,
    • "message_1": "string",
    • "message_2": "string",
    • "message_3": "string",
    • "message_4": "string",
    • "message_5": "string",
    • "message_6": "string",
    • "message_7": "string",
    • "message_8": "string",
    • "digital_package_guid": "a05ed577-3f52-4584-a35b-7241dbf7341c",
    • "fleet_card": {
      • "assignment_type": "DRIVER",
      • "restriction": "NONE",
      • "product_prompts": "ID_ODOMETER"
      }
    }
}
Response samples
application/json
{
  • "card_number": "5340920000000007",
  • "card_proxy": "cproxy0000000000001",
  • "mask_card_pan": "534092XXXXXX0007",
  • "wallet_guid": "05a28e5a-01a6-4a3e-8ce3-ca30fc09e5ae",
  • "issuance_type": "FULL",
  • "card_condition": "ORIGINAL",
  • "card_status": "PENDING",
  • "activation_method": "ONLOAD",
  • "expiration_date": "2212",
  • "logical_expiration_date": "0001-01-01T00:00:00",
  • "person_card_status": "ACTIVE",
  • "card_tracking_detail": {
    • "fulfillment_house_name": "Arroweye",
    • "card_requested": "0001-01-01T00:00:00",
    • "card_shipment_date": "0001-01-01T00:00:00",
    • "card_delivery_method": "USPS",
    • "card_delivery_tracking_number": "1234365465",
    • "card_package_name": "TestPlacardPkg"
    },
  • "sys_utcinserted": "0001-01-01T00:00:00",
  • "sys_utcupdated": "0001-01-01T00:00:00"
}
Copyright © Qolo 2019-2023. All right reserved.