Humo to external
Withdrawing money from Humo card to epos
Humo url: (POST) /v3/iiacs/card
Debit Request:
{
"id": "123456",
"params": {
"primaryAccountNumber": "9860********5486",
"mb_flag": 1
}
}Debit Response
{
"id": "123456",
"result": {
"listSize": 1,
"card": {
"institutionId": "AsiaAllianc",
"primaryAccountNumber": "9860********5486",
"effectiveDate": "2023-06-14T06:05:15Z",
"updateDate": "2023-06-22T13:09:42Z",
"prefixNumber": 2,
"expiry": "2802",
"cardSequenceNumber": 1,
"cardholderId": "00008764",
"nameOnCard": "Humo",
"cardholderPassword": "Humo",
"accountRestrictionsFlag": "E",
"commissionGroup": "01001",
"cardUserId": "00008764",
"additionalInfo": "BRD00820000101IDN006104894CBS0011AGN0071038248",
"riskGroup": "A",
"riskGroup2": "A",
"bankC": "09",
"pinTryCount": 1,
"statuses": {
"item": [
{
"type": "card",
"actionCode": "209",
"actionDescription": "Pick-up, stolen card",
"effectiveDate": "2023-06-14T06:05:15Z"
},
{
"type": "card2",
"actionCode": "118",
"actionDescription": "Decline, no card record",
"effectiveDate": "2023-06-14T06:05:15Z"
},
{
"type": "hot",
"actionCode": "000",
"actionDescription": "Approved"
},
{
"type": "issuer",
"actionCode": "209",
"actionDescription": "Pick-up, stolen card",
"effectiveDate": "2023-06-22T13:09:42Z",
"note": "Stolen"
},
{
"type": "user",
"actionCode": "000",
"actionDescription": "Approved"
}
]
}
},
"account": [
{
"institutionId": "AsiaAllianc",
"accountId": "35773",
"bankAccountId": "0901095000024544",
"currency": "860",
"cardholderId": "00008764",
"effectiveDate": "2023-06-22T11:26:22Z",
"updateDate": "2023-06-22T11:31:00Z",
"accountType": "DEFAULT",
"initialAmount": 900592910000,
"lockedBackofficeAmount": 799106848675,
"lockTime": "2023-06-21T16:08:20Z",
"shadowAmount": 0,
"priority": 1,
"status": "Active",
"availableAmount": 101486061325
}
],
"balance": {
"currency": "860",
"initialAmount": 900592910000,
"bonusAmount": 0,
"creditLimit": 0,
"lockedBackofficeAmount": 799106848675,
"lockedBackofficeAmountOffline": 0,
"lockedAmount": 0,
"availableAmount": 101486061325
},
"mb": {
"state": "on",
"phone": "+998901683872",
"message": "Status of the customer mobile agreement is active"
}
}
}Last updated