pos_detailspos_details object now accepts five new optional fields across all card present operations: charge, preAuth, capture, reverse, void, and refund.user: Operator user of the device.friendly_name: Display name assigned to the terminal (e.g., Caja principal).serial: Serial number of the device.type: Physical type of the POS device. Allowed values: COUNTERTOP, MPOS, SMARTPOS, SELF_SERVICE, OTHER.connectivity: Network connectivity type of the device. Allowed values: GPRS, WIFI, ETHERNET, DIAL_UP, OTHER.These fields are optional. If included in the request, they are persisted and returned in the Get transaction list v2 response and webhook notifications.
POST /data/v1/chargebacks/search — Returns a paginated list of chargebacks associated with the authenticated merchant.transaction_date or request_date (up to a 3-month window; only one date filter can be sent at a time).chargeback_status, country_name, chargeback_type, and chargeback_ticket_code.fields parameter.POST /data/v1/chargebacks/export — Initiates the asynchronous generation of a chargeback export file.fields as the search endpoint.POST notification to each configured URL with the S3 download link.client_transaction_id.ticket_number as part of the response for approved transactions (single and deferred charges).ticket_number as part of the response for approved transactions (preauthorizations, captures, reauthorizations).ticket_number as part of the response for approved voids, reverses, and refunds ticket_number as part of the response for the transaction search service.Added -> NEWChanged -> IMPROVEMENTSFixed -> FIXpos_detailsfilters.card_four_digitsfilters.time_zonefromsize property in the response.pageclient_transaction_idlast_four_digitsomit_card field for cardless operations in the request.metadata field was added to send additional information by the client in the request.GL - Cardless Reauthorization, GL - Cardless Capture and GL - Cardless Void request examples.omit_card field for cardless operations in the request.metadata field was added to send additional information by the client in the request.GL - Cardless Refund request example.