serialNumber)ticketData)showNotification)timezone parameter has been added to filter transaction results within a specify timezone.dateresponse parameterhas been standardized to RCF 9557 format.msi parameter to process deferred transactions in the Collect card payments v2 service in Cloud Terminal.ttl, deviceToken in the Collect card payments v2 service and also the response code 010.uniqueReference number in the Get transaction status service.extras Collect card payments v2 service which allows to trigger the payment automatically without waiting for confirmation via the Pay button. Also, the timerFinishTRX allows to specify the number of seconds before the checkout summary screen closes after the purchase is completed and finally, the enableDialogTip parameter allows to decide whether a dialog should appear to the enter the tip amount during the payment process.rejectionCode has been renamed to rejectionCode.subtotal has been renamed to finalAmount.surcharge has been renamed to msiFee.transactionRefundedId has been renamed to refundedTransactionId.uniqueReference property when making a request through the Cloud terminal API for traceability in your requests.{
"amount": 37,
"identifier": "c68522bd-bfc1-4b08-bf99-30300806c25a",
"serialNumber": "TERM123",
"uniqueReference": "d6732f94-6cf2-4dfb-aed7-11b64b739407"
}showNotification property on a request.{
"amount": 37,
"identifier": "c68522bd-bfc1-4b08-bf99-30300806c25a",
"serialNumber": "TERM123",
"uniqueReference": "d6732f94-6cf2-4dfb-aed7-11b64b739407",
"showNotification": true
}{
"error": "Bad Request",
"message": [
"serial_number must not contain special characters"
],
"statusCode": 400
}{
"message": [
"serialNumber must not contain special characters"
],
"responseCode": "002"
}{
"amount": 37,
"identifier": "c68522bd-bfc1-4b08-bf99-30300806c25a",
"serial_number": "TERM123"
}{
"amount": 37,
"identifier": "c68522bd-bfc1-4b08-bf99-30300806c25a",
"serialNumber": "TERM123"
}responseCode 004 if the operation has already been created.{
"status": "CREATED",
"message": "Petición de cobro duplicada uniqueReference: 9b6c37db-231e-464c-a2c1-466e2de9fec1",
"responseCode": "004"
}responseCode 005 if the operation has been cancelled.{
"status": "CANCELLED",
"message": "Petición de cobro duplicada uniqueReference: 9b6c37db-231e-464c-a2c1-466e2de9fec1",
"responseCode": "005"
}responseCode 006 if the operation has been approved.{
"status": "APPROVED",
"message": "Petición de cobro duplicada uniqueReference: 9b6c37db-231e-464c-a2c1-466e2de9fec1",
"responseCode": "006"
}responseCode 007 if the operation has been refunded.{
"status": "REFUNDED",
"message": "Petición de cobro duplicada uniqueReference: 9b6c37db-231e-464c-a2c1-466e2de9fec1",
"responseCode": "007"
}uniqueReference sent at the time of a request via the Cloud Terminal API.{
"data": [
{
"transaction_id": 130008,
"authorization_number": "",
"bank": null,
"card_brand": "Visa",
"card_type": null,
"capture_method": "msc",
"commission": 0.49,
"countercharged": false,
"date": "2024-07-12T10:09:26.000Z",
"details": null,
"device": "Device 1",
"error_detail": "Rechazo por reglas internas",
"masked_card": "400000******0002",
"msi": null,
"retention": 0,
"rejection_code": null,
"subtotal": 13.48,
"surcharge": 0,
"tip": 0,
"total_amount": 14.05,
"transaction_type": "venta",
"transaction_status": "rechazadaRiesgo",
"vat": 0.08
}
],
"currentPage": 1,
"perPage": 100,
"total": 1
}{
"data": [
{
"transactionId": 130009,
"authorizationNumber": "",
"bank": null,
"cardBrand": "Visa",
"cardType": null,
"captureMethod": "msc",
"commission": 0.49,
"chargeback": false,
"date": "2024-07-12T10:09:26.000Z",
"details": null,
"device": "Device 1",
"errorDetail": "Rechazo por reglas internas",
"masked_card": "400000******0002",
"msi": null,
"retention": 0,
"rejectionCode": null,
"subtotal": 13.48,
"surcharge": 0,
"tip": 0,
"totalAmount": 14.05,
"transactionType": "venta",
"transactionStatus": "rechazadaRiesgo",
"vat": 0.08,
"uniqueReference": ""
}
],
"currentPage": 1,
"perPage": 100,
"total": 1
}uniqueReference property in notifications via webhooks.uniqueReference property in Cancel payments request.