Update Card Details (Bulk)

Lets you update details of existing cards in bulk. You can update details such as card status label, and custom/extended field values.

Request Body Parameter

ParameterData TypeDescription
cardNumber*StringUnique card number to be updated.
statusLabelStringNew status label to set for the card. Allowed values: NOT_ISSUED, ACTIVE, ISSUED, SUSPENDED, DELETED, EXPIRED.
extendedFieldsObjectExtended fields for additional metadata.
- custom_card_nameStringCustom name to associate with the card.
- vehicle_numberStringVehicle number linked to the card.
- card_requested_byStringValue indicating who requested the card.
mappedEntityObjectInformation about the entity mapped to the card.
- typeStringType of entity (e.g., TILL).
- valueStringName or value of the entity.
customFieldsObjectCustom fields associated with the card.
- vehicle_typeStringType of vehicle linked to the card (e.g., Car, Bike, Cycle).

Response Body Parameters

Parameter (parameters marked by * are mandatory)DataTypeDescription
response*arrayList of card update responses.
— entityIdobjectCard details object.
— — cardIdintUnique identifier for the card.
— — customerIdintUnique identifier for the customer linked to the card.
— — extendedFieldsobjectAdditional key-value fields.
— — — custom_card_namestringCustom card name.
— — — vehicle_numberstringVehicle number linked to the card.
— — customFieldsobjectCustom fields as key-value pairs.
— — — vehicle_typestringType of vehicle (e.g., Car, Bike, Cycle).
— — mappedEntityobjectInformation about the mapped entity.
— — — typestringType of entity (e.g., TILL).
— — — valuestringValue of the mapped entity.
— — — idintUnique identifier for the mapped entity.
— — cardNumberstringCard number.
— — orgIdintUnique identifier for the organization.
— — entityIdintUnique identifier linked to the card.
— — statusLabelstringStatus label of the card (e.g., ACTIVE, SUSPENDED).
— — statusLabelInfoobjectDetailed information about the status label.
— — — createdOnstringDate when the status label was created.
— — — descriptionstringDescription of the status label.
— — — entityStatusIdintUnique identifier for entity status.
— — — idintUnique identifier for the status label.
— — — isActivebooleanIndicates whether the status label is active.
— — — labelstringLabel description.
— — — orgIdintUnique identifier for the organization.
— — — updatedOnstringDate when the status label was last updated.
— — — statusstringStatus value.
— — — typestringType of entity status label (e.g., CARD).
— — — actionsobjectActions related to the status label.
— — — defaultbooleanIndicates whether this is the default label.
— — activeAndDigitalbooleanIndicates whether the card is active and digital.
— — transactionNotAllowedbooleanIndicates whether transactions are allowed on this card.
errorsarrayList of error objects related to the update.
— statusbooleanStatus of the error.
— messagestringDescription of the error.
— codeintUnique identifier for the error code.
warningsarrayList of warnings related to the update.
— statusbooleanStatus of the warning.
— messagestringDescription of the warning.
— codeintUnique identifier for the warning code.
totalCount*intTotal number of processed card records.
failureCountintNumber of failed card updates.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!