There are a few fields missing from the Clover V3 API docs, the one I need is first6. How can I get the API to return the first6.
Also is there a list of supported cardType
?
GET /v3/merchants/PBHPQQ7J70VNM/orders/RNAZHF9KMDTW8?expand=refunds%2Cpayments%2ClineItems%2Cpayments.cardTransaction&expand=customers%2ClineItems HTTP/1.1\\r\\nHost: apisandbox.dev.clover.com\\r\\nAccept-Encoding: identity\\r\\nContent-Type: application/json\\r\\nAuthorization: Bearer xxxxxxx\\r\\n\\r\\n
Excerpt of result:
u'cardTransaction': {u'authCode': u'OK8404',
u'cardType': u'DISCOVER',
u'entryType': u'SWIPED',
u'extra': {u'athNtwkId': u'04',
u'authorizingNetworkName': u'DISCOVER',
u'card': u'{"DiscNRID":"148156361106814","DiscTransQualifier":"02","DiscProcCode":"000000","DiscPOSEntry":"0210","DiscRespCode":"00","DiscPOSData":"0200010010500"}',
u'common': u'{"LocalDateTime":"20161212172650","POSEntryMode":"901","POSID":"6669","MerchID":"RCTST0000008099","TermEntryCapablt":"04","CardCaptCap":"1","STAN":"000086","POSCondCode":"00","TermLocInd":"0","TermID":"00000001","TrnmsnDateTime":"20161212172650"}',
u'cvmResult': u'SIGNATURE',
u'func': u'CREDIT'},
u'last4': u'6668',
u'paymentRef': {u'id': u'KBKMRM7565HJE'},
u'referenceId': u'634700000086',
u'state': u'PENDING',
u'transactionNo': u'100026',
u'type': u'PREAUTH'},