Skip to content

Latest commit

 

History

History
executable file
·
55 lines (51 loc) · 1.56 KB

ECommerceRequest.md

File metadata and controls

executable file
·
55 lines (51 loc) · 1.56 KB

ECommerceRequest

Properties

All properties for the request object are listed in the Direct Service Request page.

The sample below provides the specific fields required by the e-commerce use case.

Sample JSON

{
  "serviceType": "ORIGINAL",
  "clientTransactionId": "03vLwCxtn3/pZCliH5mXY1Bozs5HspdIdn20H/GTRrU=",
  "customer": {
    "id": "567899"
  },
  "card": {
    "accountNumber": "5400000000000000",
    "expiry": "2023-12",
    "validationCode": "567",
    "sequenceNumber": "891"
  },
  "transaction": {
    "transactionType": "00",
    "fromAccountType": "20",
    "toAccountType": "20",
    "amount": 50000
  },
  "terminal": {
    "panEntryMode": "CONTACTLESS_MAGNETIC_STRIPE"
  },
  "cardAcceptor": {
    "merchantType": "5499",
    "assignedId": "786RGF",
    "paymentFacilitatorId": "987898",
    "salesOrgId": "456723",
    "subMerchantId": "BOA568"
  },
  "security": {
    "chipData": "NUYyQTAyMDk3ODgyMDI1QzAwOTUwNUFCMjZGQkNEQjE5QTAzMDMwNjE5OUMwMTAwOUYwMjA2MDAwMDAwMDEwMDAwOUYxMDEyMDAxMkUxMjM0QkM3QkJDQzk2MUYwMDAwMDAwMDAwMDAwMEZGOUYxQTAyMDg0MDlGMjcwMTgwOUYzNjAyMDBBMjlGMzcwNDAwMDAwMDU2OUYyNjA4N0FDMjEzMEM3OEQyQTQ3Mw==",
    "universalCardholderAuthenticationField": "aduX3UYzkZWYd_JQ1FbXcaBa",
    "pinBlock": "AQJeCgULCwc=",
    "pinBlockFormat": "ISO_FORMAT_0",
    "pinKeyIndex": 98,
    "digitalPayment": {
      "merchantId": "d3d3Lm1hY3lzLmNvbQ=="
    }
  },
  "authentication": {
    "securityProtocol": 9,
    "cardholderAuthentication": 0,
    "ucafCollectionIndicator": 0
  }
}