Cashout Reversal

Cashout Reversal Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

addInfo1

String

M

1

100

2

addInfo2

String

M

1

100

3

addInfo3

String

M

1

100

4

partner

String

M

1

20

FINNET

5

proccessid

String

M

1

36

Merchant Id

6

timeStamp

String

M

1

22

DD-MM-YYYY HH:MI:SS:FF

7

transaction

M

1

5

Detail of Transaction

8

transactionInfo

M

1

4

Detail of Transaction Info

9

transactionType

M

1

30

Sample Cashout Reversal Request

{
    "addInfo1": "",
    "addInfo2": "",
    "addInfo3": "",
    "partner": "FINNET",
    "processId": "3d24fcfe81b2415d8c2ea26ec9a1410d",
    "timeStamp": "2024-08-30 10:10:39",
    "transaction": {
        "amount": "100000",
        "mobile_phone": "08112875234",
        "referenceNumber": "11047578623",
        "token": "079480",
        "trxId": "IDM000000000013"
    },
    "transactionInfo": {
        "branchID": "G001",
        "counterID": "T001",
        "merchantID": "CICOINDOMARET",
        "timeStamp": "2024-08-30 10:39:32"
    },
    "transactionType": "CASHOUT_REVERSAL"
}

Cashout Reversal Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

addInfo1

String

M

1

100

2

addInfo2

String

M

1

100

3

addInfo3

String

M

1

100

4

partner

String

M

1

20

FINNET

5

proccessid

String

M

1

36

Merchant Id

6

resultCode

M

1

3

7

resultDesc

String

M

1

50

8

timeStamp

String

M

1

22

DD-MM-YYYY HH:MI:SS:FF

9

timeStampServer

String

M

1

22

DD-MM-YYYY HH:MI:SS:FF

10

transaction

M

1

5

Detail of Transaction

11

transactionInfo

M

1

4

Detail of Transaction Info

12

transactionType

M

1

30

Sample Cashout Reversal Response

Last updated