question

mtt avatar image
mtt asked sam Deactivated answered

sandbox rest api first6 missing from payments.cardTransaction

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'},
Sandbox
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

sam avatar image
sam Deactivated answered

There isn't a master list of all card that's accepted but a majority is accepted, most of which is covered by the following supported cards: Visa, MasterCard, JCB, Discover, Diners, Amex. If you have a specific card in questions, please PM me.

First6 is not publicly exposed but I will let you know if I find something different. Our docs are dynamically generated, which leads to some confusion on what is public. If you let me know what you're trying to achieve, I may be able to help with a work around.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community