Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 675 Bytes

File metadata and controls

26 lines (20 loc) · 675 Bytes

Komoju::FinalizePaymentRequest

Properties

Name Type Description Notes
capture Boolean [optional]
ac_type String EMV chip card action code: TC (approved), AAC (declined), or fault.
field55 String EMV tag 55 data from the chip card transaction.
track2 String Track 2 magnetic stripe equivalent data from the chip card.
metadata Object [optional]

Example

require 'komoju-sdk'

instance = Komoju::FinalizePaymentRequest.new(
  capture: null,
  ac_type: null,
  field55: null,
  track2: null,
  metadata: null
)