- EnKash APIs
- Payment Gateway
- Payment Gateway Overview
- Payment Gateway Sign Up
- Payment Methods
- Supported Integrations
- Payment APIs
- Test Card Details
- Authorization
- Orders
- Payments
- Refunds
- Payment Links
- Settlements
- QR Generation API
- Payment Button
- Qr Code
- Payouts
- Account Payables
- Account Receivable
- Loyalty
- Expense Management
- Corporate Cards
- Corporate Cards Overview
- Sign Up - Corporate Cards
- Corporate Cards Integration Steps
- Authorization
- Meal Cards
- Fuel Cards
- Verification Suite
- Payout Data Apis
- Beneficiary Apis
- tiny-url-controller
- test-controller
- company-category-limits-controller
- bank-holiday-controller
- Authentication Apis
- utility-payment-controller-v-1
- user-controller-v-1
- Payout Apis
- gst-payment-controller
- biller-controller-v-1
- Virtual Account Apis
- Vendor Payment Entry Controller
- Utm Based Config Apis
- User Apis
- User Group Apis
- axis-nodal-controller-v-1
- icici-nodal-controller
- axis-nodal-controller
- subscription-controller
- Sign Up API's
- sftp-detail-controller
- sanction-screening-controller
- risk-check-controller
- Reward Page Notification Apis
- refund-transaction-controller
- purchase-order-controller
- Pricing Plan
- Pre Qualification Apis
- Pg Balance Apis
- Payout Transaction Apis
- payment-request-controller
- Payment Gateway Apis
- pay-by-link-controller
- Partner Integration Apis
- outstanding-amount-controller
- otp-controller
- OnBoarding Config Apis
- Nudge Apis
- Multi Factor Auth Apis
- mail-callback-controller
- M2P Apis
- anchor-partner-api-controller
- amazon-sn-s-notification-controller
- Karza Controller
- Instant Payout Apis
- ICICI Connected Banking Apis
- gstin-data-controller
- Generate Pdf APIs
- fin-bit-controller
- File Store Apis
- file-transfer-controller
- feedback-controller
- Fd Payment Histories
- Favorite Api
- Expense Product Apis
- equifax-controller
- Encryption Apis
- early-payment-offer-controller
- Document
- digital-signature-controller
- digital-locker-controller
- Credit Provider Risk Check API
- credit-provider-detail-controller
- Config Apis
- company-pg-controller
- company-branch-code-controller
- communication-controller
- Chat Bot Apis
- card-token-controller
- Card Product Master Apis
- card-product-controller
- Card Application Memo Apis
- Card Application Apis
- CardAccountTenant Apis
- Card Account Addition Mapping Apis
- Cam Automation Apis
- bulk-file-detail-controller
- bulk-file-data-controller
- Bill Payment Apis
- Company Biller Apis
- Beneficiary Detail Apis
- Bbps Complaint Management Apis
- Bank IFSC
- Bank Detail Apis
- Bank Card Controller
- AWS Secret Manager Properties Apis
- Authority Apis
- Anchor Detail Apis
- penny-drop-controller
- Mobile Otp Apis
- Mobile Authentication Apis
- oauth-client-detail-controller
- url-generator-controller
- Health Check Apis
- Single Sign On Apis
- Bulk Upload Sample File Apis
- credit-policy-controller
- Payout Logs
- Help Apis
- Geo Location Controller
Get Card Transactions
POST
/api/v0/partner/enKashCard/transaction/all
Card Partner Apis
Request
Header Params
authorization
stringÂ
required
Example:
Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379
partnerId
stringÂ
required
Example:
CRXXXXXXX
Body Params application/json
companyId
stringÂ
optional
companyName
stringÂ
optional
cardHolderName
stringÂ
optional
userId
stringÂ
optional
cardAccountId
stringÂ
optional
enKashCardId
stringÂ
optional
status
enum<string>Â
optional
Allowed values:
CREATEDPENDING_WITH_BANKSUCCESSFAILEDCANCELLEDEXPIREDAUTHENTICATION_IN_PROCESSOTP_RENDEREDCHECKOUT_RENDEREDMPI_PROCESSEDINVALID_STATUSAUTHORIZEDPROCESSINGHOLD
cardTransactionType
enum<string>Â
optional
Allowed values:
DRCR
amountFrom
numberÂ
optional
amountTo
numberÂ
optional
pgReferenceNumbers
array[string]
optional
pgReferenceNumber
stringÂ
optional
txnDateFrom
string <date-time>
optional
txnDateTo
string <date-time>
optional
transactionTypes
array[string]
optional
Allowed values:
SALEREPAYMENTRECOVERYLOAD_MONEYREFUNDREVERSALCREDITFEEALLOCATE_FUNDUNALLOCATE_FUNDCASHBACKFUNDPOST_DEBITPAYOUTDISCOUNTOPEN_VOUCHERALLOCATE_POINTUNALLOCATE_POINTVA_UNALLOCATE_FUNDVA_ALLOCATE_FUNDEXCESS_LOADEXCESS_UNLOADALLOCATE_COIN
maskedCard
stringÂ
optional
Match pattern:
^[0-9]{2}$
enkashCardRemarks
stringÂ
optional
balanceFrom
numberÂ
optional
>= 0<= 1000000000
balanceTo
numberÂ
optional
>= 0<= 1000000000
limit
integer <int32>
optional
offset
integer <int32>
optional
retrievalRefNo
array[string]
optional
transactionCode
array[string]
optional
Allowed values:
PRINCIPLEINTERESTFEEGSTREPAYMENTREVERSALALLOCATIONCASHBACKDISCOUNTPENAL_INTERESTPROCESSING_FEEPROCESSING_FEE_ADJUSTMENTNPA_INTEREST
createdDateFrom
string <date-time>
optional
createdDateTo
string <date-time>
optional
cardKitNumber
stringÂ
optional
mobile
stringÂ
optional
pan
stringÂ
optional
orderBy
stringÂ
optional
direction
enum<string>Â
optional
Allowed values:
ASCDESC
txnDateTimeFrom
string <date-time>
optional
txnDateTimeTo
string <date-time>
optional
remarks
stringÂ
optional
Example
{
"companyId": "string",
"companyName": "string",
"cardHolderName": "string",
"userId": "string",
"cardAccountId": "string",
"enKashCardId": "string",
"status": "CREATED",
"cardTransactionType": "DR",
"amountFrom": 0,
"amountTo": 0,
"pgReferenceNumbers": [
"string"
],
"pgReferenceNumber": "string",
"txnDateFrom": "2019-08-24T14:15:22Z",
"txnDateTo": "2019-08-24T14:15:22Z",
"transactionTypes": [
"SALE"
],
"maskedCard": "string",
"enkashCardRemarks": "string",
"balanceFrom": 0,
"balanceTo": 0,
"limit": 0,
"offset": 0,
"retrievalRefNo": [
"string"
],
"transactionCode": [
"PRINCIPLE"
],
"createdDateFrom": "2019-08-24T14:15:22Z",
"createdDateTo": "2019-08-24T14:15:22Z",
"cardKitNumber": "string",
"mobile": "string",
"pan": "string",
"orderBy": "string",
"direction": "ASC",
"txnDateTimeFrom": "2019-08-24T14:15:22Z",
"txnDateTimeTo": "2019-08-24T14:15:22Z",
"remarks": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v0/partner/enKashCard/transaction/all' \
--header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \
--header 'partnerId: CRXXXXXXX' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": "string",
"companyName": "string",
"cardHolderName": "string",
"userId": "string",
"cardAccountId": "string",
"enKashCardId": "string",
"status": "CREATED",
"cardTransactionType": "DR",
"amountFrom": 0,
"amountTo": 0,
"pgReferenceNumbers": [
"string"
],
"pgReferenceNumber": "string",
"txnDateFrom": "2019-08-24T14:15:22Z",
"txnDateTo": "2019-08-24T14:15:22Z",
"transactionTypes": [
"SALE"
],
"maskedCard": "string",
"enkashCardRemarks": "string",
"balanceFrom": 0,
"balanceTo": 0,
"limit": 0,
"offset": 0,
"retrievalRefNo": [
"string"
],
"transactionCode": [
"PRINCIPLE"
],
"createdDateFrom": "2019-08-24T14:15:22Z",
"createdDateTo": "2019-08-24T14:15:22Z",
"cardKitNumber": "string",
"mobile": "string",
"pan": "string",
"orderBy": "string",
"direction": "ASC",
"txnDateTimeFrom": "2019-08-24T14:15:22Z",
"txnDateTimeTo": "2019-08-24T14:15:22Z",
"remarks": "string"
}'
Responses
🟢200OK
application/json
Body
enKashCardTransactionId
stringÂ
optional
maskedCard
stringÂ
optional
cardKitNumber
stringÂ
optional
cardHolderName
stringÂ
optional
companyName
stringÂ
optional
programmeName
stringÂ
optional
companyId
stringÂ
optional
cardAccountId
stringÂ
optional
principalAmount
numberÂ
optional
fcyAmount
numberÂ
optional
balance
numberÂ
optional
pgReferenceNumber
stringÂ
optional
description
stringÂ
optional
currency
stringÂ
optional
fcyCurrency
stringÂ
optional
cardTransactionType
enum<string>Â
optional
Allowed values:
DRCR
paymentMode
enum<string>Â
optional
Allowed values:
NET_BANKINGUPICREDIT_CARDDEBIT_CARDPREPAID_CARDPOINTSPAY_LATERWALLETCORPORATE_CARDUPI_CREDIT_CARDSEAMLESS_BANKINGENKASH_COIN
createdBy
stringÂ
optional
status
enum<string>Â
optional
Allowed values:
CREATEDPENDING_WITH_BANKSUCCESSFAILEDCANCELLEDEXPIREDAUTHENTICATION_IN_PROCESSOTP_RENDEREDCHECKOUT_RENDEREDMPI_PROCESSEDINVALID_STATUSAUTHORIZEDPROCESSINGHOLD
type
enum<string>Â
optional
Allowed values:
SALEREPAYMENTRECOVERYLOAD_MONEYREFUNDREVERSALCREDITFEEALLOCATE_FUNDUNALLOCATE_FUNDCASHBACKFUNDPOST_DEBITPAYOUTDISCOUNTOPEN_VOUCHERALLOCATE_POINTUNALLOCATE_POINTVA_UNALLOCATE_FUNDVA_ALLOCATE_FUNDEXCESS_LOADEXCESS_UNLOADALLOCATE_COIN
createdOn
string <date-time>
optional
txnDate
string <date-time>
optional
modifiedOn
string <date-time>
optional
txnDetails
object (EnKashCardTransactionDetails)Â
optional
id
integer <int64>
optional
transaction
object (EnKashCardTransaction)Â
optional
txnRefNo
stringÂ
optional
mobileNo
stringÂ
optional
merchantName
stringÂ
optional
transactionType
stringÂ
optional
prodType
stringÂ
optional
mcc
stringÂ
optional
extTxnId
stringÂ
optional
balance
numberÂ
optional
channel
stringÂ
optional
curCode
stringÂ
optional
retrievalRefNo
stringÂ
optional
terminalId
stringÂ
optional
traceNo
stringÂ
optional
txnCurrency
stringÂ
optional
txnOrigin
stringÂ
optional
acquirerId
stringÂ
optional
network
stringÂ
optional
authCode
stringÂ
optional
transactionFees
numberÂ
optional
description
stringÂ
optional
txnAmount
numberÂ
optional
merchantId
stringÂ
optional
dccCurrency
stringÂ
optional
dccAmount
numberÂ
optional
conversionRate
stringÂ
optional
markUpApplied
stringÂ
optional
txnParam
stringÂ
optional
additionalMessage
stringÂ
optional
enkashCardId
stringÂ
optional
userId
stringÂ
optional
email
stringÂ
optional
enkashCardRemarks
stringÂ
optional
platformTxn
booleanÂ
optional
remarks
stringÂ
optional
reversalCheckerRemarks
stringÂ
optional
approvalStatus
object (EnumModel)Â
optional
name
stringÂ
optional
label
stringÂ
optional
description
stringÂ
optional
reversalCreatedBy
stringÂ
optional
reversalModifiedBy
stringÂ
optional
reversalModifiedOn
string <date-time>
optional
zohoTicketId
stringÂ
optional
payoutStatus
object (EnumModel)Â
optional
utr
stringÂ
optional
rewardCategoryName
stringÂ
optional
rewardCategoryType
enum<string>Â
optional
Allowed values:
OCCASIONPERFORMANCE
Example
{
"enKashCardTransactionId": "string",
"maskedCard": "string",
"cardKitNumber": "string",
"cardHolderName": "string",
"companyName": "string",
"programmeName": "string",
"companyId": "string",
"cardAccountId": "string",
"principalAmount": 0,
"fcyAmount": 0,
"balance": 0,
"pgReferenceNumber": "string",
"description": "string",
"currency": "string",
"fcyCurrency": "string",
"cardTransactionType": "DR",
"paymentMode": "NET_BANKING",
"createdBy": "string",
"status": "CREATED",
"type": "SALE",
"createdOn": "2019-08-24T14:15:22Z",
"txnDate": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"txnDetails": {
"id": 0,
"transaction": {
"id": 0,
"enKashCardTransactionId": "string",
"cardAccount": {
"id": 0,
"cardAccountId": "string",
"companyId": "string",
"companyName": "string",
"email": "string",
"mobile": "string",
"creditLimit": 0,
"ccLimit": 0,
"accountBalance": 0,
"otbBalance": 0,
"currentBalance": 0,
"memoDebit": 0,
"memoCredit": 0,
"memoDebitCount": 0,
"memoCreditCount": 0,
"nextBillingDate": "2019-08-24T14:15:22Z",
"lastBillingDate": "2019-08-24T14:15:22Z",
"ctdDebit": 0,
"ctdCredit": 0,
"ctdPayment": 0,
"ctdInterest": 0,
"madIndicator": "M",
"blockCode": "A",
"blockCodeDate": "2019-08-24T14:15:22Z",
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"suspendedDate": "2019-08-24T14:15:22Z",
"autoAllocateFunds": true,
"closedLoopCard": true,
"prepaidCard": true,
"version": 0,
"firstTransactionDate": "2019-08-24T14:15:22Z",
"fxMarkup": 0,
"minTxnValue": 0,
"gstNumber": "string",
"accountTitle": "string",
"createdBy": "string",
"modifiedBy": "string",
"deleted": true,
"usedMtd": 0,
"usedDtd": 0,
"usedYtd": 0,
"usedLtd": 0,
"usedMtdCount": 0,
"usedDtdCount": 0,
"usedYtdCount": 0,
"usedLtdCount": 0,
"autoFundingDisabled": true,
"invoiceNumber": "string",
"lastActivityDate": "2019-08-24T14:15:22Z",
"cashbackEnabled": true,
"udyamNumber": "string",
"tenantSync": true,
"migrated": true,
"subAssetClassCode": "string",
"npaDate": "2019-08-24T14:15:22Z",
"provision": 0,
"lastApprovedDate": "2019-08-24T14:15:22Z",
"corporateCif": "string",
"authorizedSignatories": [
{
"name": "string",
"cifNumber": "string"
}
],
"slab": "string",
"latestFinancialYear": "string",
"nachRestrictionOverridden": true,
"creditProviderId": "string",
"npainterest": 0,
"dpd": "string"
},
"enKashCard": {
"id": 0,
"enKashCardId": "string",
"token": "string",
"userId": "string",
"maskedNumber": "string",
"expiryMonth": "string",
"expiryYear": "string",
"email": "string",
"mobile": "string",
"cardKitNumber": "string",
"title": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"gender": "string",
"specialDate": "string",
"address": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"pincode": "string",
"otbBalance": 0,
"holdBalance": 0,
"unAllocateHoldBalance": 0,
"memoDebit": 0,
"memoCredit": 0,
"memoDebitCount": 0,
"memoCreditCount": 0,
"usedMtd": 0,
"usedDtd": 0,
"usedYtd": 0,
"usedMtdCount": 0,
"usedDtdCount": 0,
"usedYtdCount": 0,
"primaryCard": true,
"physicalCard": true,
"physicalCardRequestDate": "2019-08-24T14:15:22Z",
"deleted": true,
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"kycStatus": "VERIFIED",
"pan": "string",
"panValidated": true,
"cardActivated": true,
"cardDetailFetched": true,
"cardActivatedOn": "2019-08-24T14:15:22Z",
"minKycOtpVerified": true,
"emailVerified": true,
"kycReason": "string",
"idProof": "string",
"addressProof": "string",
"userIdProof": "string",
"userAddressProof": "string",
"aadhaarProof": "string",
"shareCode": "string",
"version": 0,
"createdBy": "string",
"lastModifiedBy": "string",
"remarks": "string",
"giftFrom": "string",
"kycSubmittedOn": "2019-08-24T14:15:22Z",
"kycVerifiedOn": "2019-08-24T14:15:22Z",
"v3Registered": true,
"physicalDeliveryAddressFlag": true,
"deliveryAddress": "string",
"deliveryAddress2": "string",
"deliveryCity": "string",
"deliveryState": "string",
"deliveryCountry": "string",
"deliveryPincode": "string",
"cardProgrammeTenant": "string",
"tenantPartnerToken": "string",
"fundingSource": "string",
"loadAmount": 0,
"cifId": "string",
"pinGenerated": true,
"switchProvider": "M2P",
"cardProgramme": "FBENKASH",
"extEntityId": "string",
"kycType": "PAPER_KYC",
"memoAmount": 0,
"usedLtd": 0,
"usedLtdCount": 0,
"lastActivityDate": "2019-08-24T14:15:22Z",
"latestTncVersionAccepted": true,
"latestKeyFactAccepted": true,
"tncUnAllocateAccepted": true,
"blockedDate": "2019-08-24T14:15:22Z",
"ckycNumber": "string",
"liveImage": true,
"livenessScore": 0,
"faceMatch": "string",
"faceMatchScore": 0,
"photoIdProof": "string",
"ckycAccountType": "string",
"migrated": true,
"limitAllocatedLtd": 0,
"allocatedMtd": 0,
"lastAllocatedAmount": 0,
"vkycToken": "string",
"vkycTokenDate": "2019-08-24T14:15:22Z",
"kycSubStatus": "VKYC_PENDING",
"vcipLink": "string",
"qrImageUrl": "string",
"vcipId": "string",
"tcLoadSync": true,
"switchRegistration": true,
"m2pBalance": 0,
"atmUsedDailyLimit": 0,
"atmUsedMonthlyLimit": 0,
"atmUsedDailyLimitCount": 0,
"atmUsedInternationalDailyLimit": 0,
"atmUsedInternationalDailyLimitCount": 0,
"posUsedDailyLimit": 0,
"posUsedDailyLimitCount": 0,
"posUsedInternationalDailyLimit": 0,
"posUsedInternationalDailyLimitCount": 0,
"ecomUsedDailyLimit": 0,
"ecomUsedDailyLimitCount": 0,
"ecomUsedInternationalDailyLimit": 0,
"ecomUsedInternationalDailyLimitCount": 0,
"contactlessUsedDailyLimit": 0,
"contactlessUsedDailyLimitCount": 0,
"contactlessUsedInternationalDailyLimit": 0,
"contactlessUsedInternationalDailyLimitCount": 0
},
"maskedCard": "string",
"amount": 0,
"fcyAmount": 0,
"balance": 0,
"type": "SALE",
"transactionCode": "PRINCIPLE",
"pgReferenceNumber": "string",
"description": "string",
"currency": "string",
"fcyCurrency": "string",
"cardTransactionType": "DR",
"status": "CREATED",
"cardKitNumber": "string",
"createdBy": "string",
"txnDate": "2019-08-24T14:15:22Z",
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"txnDetails": {},
"cardStatement": {
"id": 0,
"cardStatementId": "string",
"cardAccount": {
"id": 0,
"cardAccountId": "string",
"companyId": "string",
"companyName": "string",
"email": "string",
"mobile": "string",
"creditLimit": 0,
"ccLimit": 0,
"accountBalance": 0,
"otbBalance": 0,
"currentBalance": 0,
"memoDebit": 0,
"memoCredit": 0,
"memoDebitCount": 0,
"memoCreditCount": 0,
"nextBillingDate": "2019-08-24T14:15:22Z",
"lastBillingDate": "2019-08-24T14:15:22Z",
"ctdDebit": 0,
"ctdCredit": 0,
"ctdPayment": 0,
"ctdInterest": 0,
"madIndicator": "M",
"blockCode": "A",
"blockCodeDate": "2019-08-24T14:15:22Z",
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"suspendedDate": "2019-08-24T14:15:22Z",
"autoAllocateFunds": true,
"closedLoopCard": true,
"prepaidCard": true,
"version": 0,
"firstTransactionDate": "2019-08-24T14:15:22Z",
"fxMarkup": 0,
"minTxnValue": 0,
"gstNumber": "string",
"accountTitle": "string",
"createdBy": "string",
"modifiedBy": "string",
"deleted": true,
"usedMtd": 0,
"usedDtd": 0,
"usedYtd": 0,
"usedLtd": 0,
"usedMtdCount": 0,
"usedDtdCount": 0,
"usedYtdCount": 0,
"usedLtdCount": 0,
"autoFundingDisabled": true,
"invoiceNumber": "string",
"lastActivityDate": "2019-08-24T14:15:22Z",
"cashbackEnabled": true,
"udyamNumber": "string",
"tenantSync": true,
"migrated": true,
"subAssetClassCode": "string",
"npaDate": "2019-08-24T14:15:22Z",
"provision": 0,
"lastApprovedDate": "2019-08-24T14:15:22Z",
"corporateCif": "string",
"authorizedSignatories": [
{
"name": "string",
"cifNumber": "string"
}
],
"slab": "string",
"latestFinancialYear": "string",
"nachRestrictionOverridden": true,
"creditProviderId": "string",
"npainterest": 0,
"dpd": "string"
},
"amountBilled": 0,
"minAmountDue": 0,
"openingBalance": 0,
"paymentDueDate": "2019-08-24T14:15:22Z",
"otbBalance": 0,
"billStartDate": "2019-08-24T14:15:22Z",
"billingdate": "2019-08-24T14:15:22Z",
"totalDebits": 0,
"totalCredits": 0,
"financeCharges": 0,
"principle": 0,
"interest": 0,
"npaInterest": 0,
"fees": 0,
"gst": 0,
"principlePayment": 0,
"interestPayment": 0,
"feesPayment": 0,
"gstPayment": 0,
"transactions": [
{}
],
"currentStatement": true,
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"pdfStatementUrl": "string",
"paymentLink": "string",
"nachPresentation": true,
"migrated": true
},
"employeeBenefits": {
"id": 0,
"benefitId": "string",
"benefitName": "string",
"allowedMcc": [
"string"
],
"active": true,
"deleted": true,
"refundAllowed": true,
"receiptMandatory": true,
"fundingMode": "ALLOCATE_TO_CARD",
"cardAccount": {
"id": 0,
"cardAccountId": "string",
"companyId": "string",
"companyName": "string",
"email": "string",
"mobile": "string",
"creditLimit": 0,
"ccLimit": 0,
"accountBalance": 0,
"otbBalance": 0,
"currentBalance": 0,
"memoDebit": 0,
"memoCredit": 0,
"memoDebitCount": 0,
"memoCreditCount": 0,
"nextBillingDate": "2019-08-24T14:15:22Z",
"lastBillingDate": "2019-08-24T14:15:22Z",
"ctdDebit": 0,
"ctdCredit": 0,
"ctdPayment": 0,
"ctdInterest": 0,
"madIndicator": "M",
"blockCode": "A",
"blockCodeDate": "2019-08-24T14:15:22Z",
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"suspendedDate": "2019-08-24T14:15:22Z",
"autoAllocateFunds": true,
"closedLoopCard": true,
"prepaidCard": true,
"version": 0,
"firstTransactionDate": "2019-08-24T14:15:22Z",
"fxMarkup": 0,
"minTxnValue": 0,
"gstNumber": "string",
"accountTitle": "string",
"createdBy": "string",
"modifiedBy": "string",
"deleted": true,
"usedMtd": 0,
"usedDtd": 0,
"usedYtd": 0,
"usedLtd": 0,
"usedMtdCount": 0,
"usedDtdCount": 0,
"usedYtdCount": 0,
"usedLtdCount": 0,
"autoFundingDisabled": true,
"invoiceNumber": "string",
"lastActivityDate": "2019-08-24T14:15:22Z",
"cashbackEnabled": true,
"udyamNumber": "string",
"tenantSync": true,
"migrated": true,
"subAssetClassCode": "string",
"npaDate": "2019-08-24T14:15:22Z",
"provision": 0,
"lastApprovedDate": "2019-08-24T14:15:22Z",
"corporateCif": "string",
"authorizedSignatories": [
{
"name": "string",
"cifNumber": "string"
}
],
"slab": "string",
"latestFinancialYear": "string",
"nachRestrictionOverridden": true,
"creditProviderId": "string",
"npainterest": 0,
"dpd": "string"
},
"createdOn": "2019-08-24T14:15:22Z",
"modifiedOn": "2019-08-24T14:15:22Z",
"createdBy": "string",
"lastModifiedBy": "string"
},
"webhookStatus": true,
"retrievalRefNo": "string",
"authorizationCode": "string",
"platformTxn": true,
"remarks": "string",
"parentTxnId": 0,
"subTemplate": "string",
"declineCategory": "string",
"ctrMatchingStatus": "MATCHED",
"reversalApprovalStatus": "APPROVED",
"reversalCheckerRemarks": "string",
"reversalCreatedBy": "string",
"reversalModifiedBy": "string",
"reversalModifiedOn": "2019-08-24T14:15:22Z",
"migrated": true,
"zohoTicketId": "string",
"balanceInquiry": true,
"originalTransactionId": "string",
"reversalTransactionId": "string",
"tranCode": "string",
"rewardCategoryType": "OCCASION",
"rewardCategoryName": "string",
"payoutStatus": "INIT",
"utr": "string",
"settled": true
},
"txnRefNo": "string",
"mobileNo": "string",
"merchantName": "string",
"transactionType": "string",
"prodType": "string",
"mcc": "string",
"extTxnId": "string",
"balance": 0,
"channel": "string",
"curCode": "string",
"retrievalRefNo": "string",
"terminalId": "string",
"traceNo": "string",
"txnCurrency": "string",
"txnOrigin": "string",
"acquirerId": "string",
"network": "string",
"authCode": "string",
"transactionFees": 0,
"description": "string",
"txnAmount": 0,
"merchantId": "string",
"dccCurrency": "string",
"dccAmount": 0,
"conversionRate": "string",
"markUpApplied": "string",
"txnParam": "string",
"additionalMessage": "string"
},
"enkashCardId": "string",
"userId": "string",
"email": "string",
"enkashCardRemarks": "string",
"platformTxn": true,
"remarks": "string",
"reversalCheckerRemarks": "string",
"approvalStatus": {
"name": "string",
"label": "string",
"description": "string"
},
"reversalCreatedBy": "string",
"reversalModifiedBy": "string",
"reversalModifiedOn": "2019-08-24T14:15:22Z",
"zohoTicketId": "string",
"payoutStatus": {
"name": "string",
"label": "string",
"description": "string"
},
"utr": "string",
"rewardCategoryName": "string",
"rewardCategoryType": "OCCASION"
}