Allows you to update the card information and perform the activation.
Authentication is mandatory.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
📢 Considerations
Based on the Action sent field, the Status field will be required or not. The Status field is required when the action is an activation, and not required when it is card resubmission.
If the action is Activation, this endpoint in the response can return the activation id, which is needed to query the status of the activation process (next method in documentation). If this field is not returned, it means that this card was activated synchronously, so it would not be necessary to consume the following endpoint, according to documentation.
The driver_id, driver_name, external_reference and request_id fields are sent and used according to the contract established with the merchant. They are used for the delivery and forwarding process of physical cards.
📖 Example Requests
Below you will find the body example JSON requests for the api:
{
"card_number": "4523500000016054",
"card_type": "VI2028",
"enabled": true,
"action": "Activation",
"driver_id": "001",
"driver_name": "Juan",
"external_reference": "External reference",
"request_id": 22222
}JSON response body fields:
| Name | Description | Type |
|---|---|---|
card_number | Customer's card number. | string |
card_type | Card type. | string |
enabled | Card status when the action is Activate. Value true to activate. | boolean |
activation_id | Activation ID. | number |
status | Activation status. | string |
action | Action to be performed in the card update functionality. According to the action catalog. | string |
external_reference | External reference of the card update. | string |
request_id | Id generated after the issuance of a physical card, returned in the Card Issuance Method. | number |
driver_id | The Id of the courier who will receive the cards at Banco LAFISE. | string |
driver_name | Courier's name. | string |
Cards catalogs
📘 Actions types
| Code | Description |
|---|---|
Forwarding | Card forwarding. |
Activation | Card activation. |
Delivered | Delivered. |
Messaging | Messaging. |
Replacement | Replacement. |
