pos_detailspos_details object now accepts five new optional fields across all Card Present operations: charge, preAuth, capture, reverse, void, and refund.| Field | Description |
|---|---|
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. Allowed values: GPRS, WIFI, ETHERNET, DIAL_UP, OTHER. |
POST /data/v1/chargebacks/search — Paginated list of chargebacks with filters by date, status, and type.POST /data/v1/chargebacks/export — Initiates asynchronous export; Kushki POSTs the download link to your webhook URL when ready.client_transaction_id from the original transaction.credit_type: "03" in the deferred object. The merchant absorbs the installment cost."deferred": {
"months": "6",
"credit_type": "03"
}GET /deferred/v2/bin/{bin} — returns installment type "03" (Cuotas Comercio) in the response for eligible BINs.omit_card: true supported for captures, reauthorizations, voids, and refunds.ticket_number added in responsesticket_number is now included in all approved transaction responses:omit_card field for card-free operations across all endpoints.metadata field to attach additional information to any request.GL - Cardless Reauthorization, GL - Cardless Capture, GL - Cardless Void, GL - Cardless Refund.Got a suggestion on this documentation? Contact us.