Cashout

Cashout 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 Request

{
    "addInfo1": "",
    "addInfo2": "",
    "addInfo3": "",
    "partner": "FINNET",
    "processId": "2f62a01b46fa4b04a7485816496cbc26",
    "timeStamp": "2024-09-04 11:11:09",
    "transaction": {
        "amount": "100000",
        "mobile_phone": "08112875234",
        "token": "371775",
        "trxId": "T4DU2409041109320101"
    },
    "transactionInfo": {
        "branchID": "G801",
        "counterID": "T4DU",
        "merchantID": "CICOINDOMARET",
        "timeStamp": "2024-09-04 11:09:32"
    },
    "transactionType": "CASHOUT"
}

Cashout 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 Response

Last updated