Card Status Transition

Card File Transition Request Body

{
	"card_token": "crd_f25356cdbcb349f9902c9e38c5106462",
	"changed_at": "2022-01-04T12:53:02Z",
	"changed_by": "SYSTEM",
	"new_status": "ACTIVE",
	"old_status": "BLOCKED"
}

Field Name

Data Type

Required (O/M)

Description

card_token

String

M

Card Unique Identifier

changed_at

String

M

When the status got changed

changed_by

String

M

Who changed the status. Possible values - SYSTEM = Using an API call by Client - BANKOPS = Bank Ops has updated the status - ISACOPS = ISAC Ops team has taken as action

new_status

String

M

Current Status of the Card

old_status

String

M

Previous Status of the Card

Last updated