We are reviewing a few transactions and found this state on few card present transactions.
End point: v3/merchants/W...1/payments/A...8?expand=cardTransaction%2CtransactionInfo%2CexternalReferenceId
What does state == CLOSED but captured == false mean?
{ id: 'A...8', device: { id: '0...4' }, offline: false, result: 'SUCCESS', cardTransaction: { cardType: 'VISA', entryType: 'EMV_CONTACT', type: 'AUTH', state: 'CLOSED', captured: false } }
Notes:
This was requested as SALE but merchant is set as tips enabled so its understood type is converted to AUTH and later captured. But not sure what state = close but captured = false.
I've reviewed: https://docs.clover.com/docs/transaction-types and REST API:
state (string) - A state inferred from transaction type and whether the gateway captured the transaction