curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/accountStatus \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"transactionID": "transactionID",
"dsTransID": "dsTransID",
"sourceSystem": "sourceSystem",
"version": "version",
"timeStamp": 0,
"cardHolderData": {
"encryptedAccountNumber": {
"encData": "encData",
"cryptoAlgorithm": 0,
"keyID": 0
},
"cardExpiryDate": 0,
"cardHolderName": "cardHolderName",
"addrMatch": "addrMatch",
"billAddrCity": "billAddrCity",
"billAddrCountry": "billAddrCountry",
"billAddrLine1": "billAddrLine1",
"billAddrLine2": "billAddrLine2",
"billAddrLine3": "billAddrLine3",
"billAddrPostCode": "billAddrPostCode",
"email": "email",
"homePhone": {
"cc": "cc",
"subscriber": "subscriber"
},
"mobilePhone": {
"cc": "cc",
"subscriber": "subscriber"
},
"shipAddrCity": "shipAddrCity",
"shipAddrCountry": "shipAddrCountry",
"shipAddrLine1": "shipAddrLine1",
"shipAddrLine2": "shipAddrLine2",
"shipAddrLine3": "shipAddrLine3",
"shipAddrPostCode": "shipAddrPostCode",
"workPhone": {
"cc": "cc",
"subscriber": "subscriber"
},
"acctInfo": {
"chAccAgeInd": "chAccAgeInd",
"chAccDate": "chAccDate",
"chAccChangeInd": "chAccChangeInd",
"chAccChange": "chAccChange",
"chAccPwChangeInd": "chAccPwChangeInd",
"chAccPwChange": "chAccPwChange",
"shipAddressUsageInd": "shipAddressUsageInd",
"shipAddressUsage": "shipAddressUsage",
"txnActivityDay": "txnActivityDay",
"txnActivityYear": "txnActivityYear",
"provisionAttemptsDay": "provisionAttemptsDay",
"nbPurchaseAccount": "nbPurchaseAccount",
"suspiciousAccActivity": "suspiciousAccActivity",
"shipNameIndicator": "shipNameIndicator",
"paymentAccInd": "paymentAccInd",
"paymentAccAge": "paymentAccAge"
}
},
"transactionData": {
"messageCategory": "messageCategory",
"threeDSRequestorAuthenticationInfo": {
"threeDSReqAuthMethod": "threeDSReqAuthMethod",
"threeDSReqAuthTimestamp": "threeDSReqAuthTimestamp",
"threeDSReqAuthData": "threeDSReqAuthData"
},
"threeDSRequestorPriorAuthenticationInfo": {
"threeDSReqPriorAuthMethod": "threeDSReqPriorAuthMethod",
"threeDSReqPriorAuthTimestamp": "threeDSReqPriorAuthTimestamp",
"threeDSReqPriorAuthData": "threeDSReqPriorAuthData",
"threeDSReqPriorRef": "threeDSReqPriorRef"
},
"threeDSRequestorAuthenticationInd": "threeDSRequestorAuthenticationInd",
"threeDSRequestorChallengeInd": "threeDSRequestorChallengeInd",
"purchaseAmount": "purchaseAmount",
"purchaseCurrency": "purchaseCurrency",
"purchaseExponent": "purchaseExponent",
"purchaseInstallData": "purchaseInstallData",
"purchaseDate": "purchaseDate",
"transType": "transType",
"recurringExpiry": "recurringExpiry"
},
"deviceData": {
"deviceChannel": "deviceChannel",
"browserIP": "browserIP",
"deviceInfo": "deviceInfo"
},
"merchantData": {
"acquirerMerchantID": "acquirerMerchantID",
"merchantRiskIndicator": {
"shipIndicator": "shipIndicator",
"deliveryTimeframe": "deliveryTimeframe",
"deliveryEmailAddress": "deliveryEmailAddress",
"reorderItemsInd": "reorderItemsInd",
"preOrderPurchaseInd": "preOrderPurchaseInd",
"preOrderDate": "preOrderDate",
"giftCardAmount": "giftCardAmount",
"giftCardCurr": "giftCardCurr",
"giftCardCount": "giftCardCount"
},
"merchantCountryCode": "merchantCountryCode",
"merchantName": "merchantName",
"mcc": "mcc"
}
}'