{
"code": 0,
"message": "Success",
"payload": {
"successBulkEnKashCardCreateDTOs": [
{
"email": "johndee@email.com",
"name": "John Dee",
"mobile": "6776543210",
"title": "Mr",
"loadAmount": 10,
"companyId": "CEKCDVT1UV",
"cardAccountId": "CAF0RX8N3",
"enkashCardId": "EKCBO72AEY",
"userId": "EKHVPYVS",
"accountBalance": 48681,
"enkashCardTxnId": "ECTA72T56O2SP",
"otbBalance": 10000
}
],
"failureBulkEnKashCardCreateDTOs": [
{
"email": "taylor@email.com",
"name": "test1 testlast",
"mobile": "6876543324",
"title": "Mr",
"loadAmount": 10,
"companyId": "CEKCDVT1UV",
"cardAccountId": "CAF0RX8N3"
},
{
"email": "johndee@email.com",
"name": "John Dee",
"mobile": "6776543210",
"title": "Mr",
"loadAmount": 10,
"companyId": "CEKCDVT1UV",
"cardAccountId": "CAF0RX8N3",
"uniqueReferenceNumber": "123443101",
"failureReason": "The transaction associated with the given Unique reference Number already exists"
}
],
"successCount": 1,
"failureCount": 2,
"totalCount": 3
}
}