This operation will update given fields given a card id
curl --request PATCH \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v4/DEBIT_VISA/{id} \
--header 'Content-Type: application/json' \
--data '{
"accountId": "1234567890",
"customerId": "1234567890",
"embossing": {
"additionalField1": "<string>",
"additionalField2": "<string>",
"additionalField3": "<string>",
"additionalField4": "<string>",
"additionalField5": "<string>",
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"manufacturer": "FACTORY_X",
"physical": true
},
"reason": "<string>",
"segment": "SEGMENT_A",
"status": "CARD_OK",
"usageLimits": [
{
"code": "24H",
"values": [
{
"code": "ATM",
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
],
"pinStatus": "D",
"digitalLayoutCode": "abc123abc",
"scheduledClosing": {
"time": "2099-12-31T03:00:00.000Z"
},
"additionalValues": [
{
"key": "<string>",
"value": "<string>"
}
],
"cardAddress": {
"address1": "<string>",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "<string>",
"country": "FIN",
"region": "<string>",
"zipCode": "<string>"
},
"cardDeliveryType": "CUSTOM_1",
"pinAddress": {
"address1": "<string>",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "<string>",
"country": "FIN",
"region": "<string>",
"zipCode": "<string>"
},
"pinDeliveryType": "CUSTOM_1",
"regionAndEcommBlocking": {
"ecomm": true,
"africa": true,
"asia": true,
"europe": true,
"home": true,
"northAmerica": true,
"oceania": true,
"southAmerica": true
}
}'
{
"description": "<string>",
"id": "<string>"
}
The card id for given card
The audit user to log the request
The new value of selected property. You should only provide a value for the property you want to update, the other ones should be null
The body is of type object
.
Successful update of the card
The response is of type object
.
Was this page helpful?
curl --request PATCH \
--url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v4/DEBIT_VISA/{id} \
--header 'Content-Type: application/json' \
--data '{
"accountId": "1234567890",
"customerId": "1234567890",
"embossing": {
"additionalField1": "<string>",
"additionalField2": "<string>",
"additionalField3": "<string>",
"additionalField4": "<string>",
"additionalField5": "<string>",
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"manufacturer": "FACTORY_X",
"physical": true
},
"reason": "<string>",
"segment": "SEGMENT_A",
"status": "CARD_OK",
"usageLimits": [
{
"code": "24H",
"values": [
{
"code": "ATM",
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
],
"pinStatus": "D",
"digitalLayoutCode": "abc123abc",
"scheduledClosing": {
"time": "2099-12-31T03:00:00.000Z"
},
"additionalValues": [
{
"key": "<string>",
"value": "<string>"
}
],
"cardAddress": {
"address1": "<string>",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "<string>",
"country": "FIN",
"region": "<string>",
"zipCode": "<string>"
},
"cardDeliveryType": "CUSTOM_1",
"pinAddress": {
"address1": "<string>",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"city": "<string>",
"country": "FIN",
"region": "<string>",
"zipCode": "<string>"
},
"pinDeliveryType": "CUSTOM_1",
"regionAndEcommBlocking": {
"ecomm": true,
"africa": true,
"asia": true,
"europe": true,
"home": true,
"northAmerica": true,
"oceania": true,
"southAmerica": true
}
}'
{
"description": "<string>",
"id": "<string>"
}