Card Order

Card Order Details for Syncing Purpose

{
	"card_type": "PHYSICAL",
	"bin_number": "529186",
	"card_program": "00",
	"corporate_id": "crp_123456790",
	"order_data": [
		{
			"card_id": "crd_1234567889",
			"embossing_name3": "",
			"embossing_name4": "HAPPAY",
			"kit_id": "HDMC0001234",
			"last_4_digits": "1234",
			"status": "ORDERED"
		}
	]
}

Field Name

Data Type

Required (O/M)

Description

card_type

String

M

Indicates if the card-ordered is PHYSICAL / VIRTUAL

bin_number

String

M

Bin-Number of the cards ordered

card_program

String

M

Indicates card-program number

corporate_id

String

M

Indicates corporate_id of the cards-ordered

order_data

List

M

Holds the information about the cards-created at Matrix

card_id

String

M

Card-Token of the cards-created

embossing_name3

String

M

EmbossingName3 of the card-ordered

embossing_name4

String

M

EmbossingName4 of the card-ordered

kit_id

String

M

Kit-ID of the cards-created

last_4_digits

String

M

l4d of the cards-created

status

String

M

Status of the cards-created at Matrix

Last updated