Withdraw Deposit

Withdraw Deposit

POST https://tokoapi-stg.netzme.com/api/aggregator/merchant/deposit/withdraw

Headers

NameTypeDescription

Content-Type*

String

application/json

Signature*

String

See Authentication Page

Request-Time*

String

See Authentication Page

Authorization*

String

See Authentication Page

Client-Id*

String

See Authentication Page

Request Body

NameTypeDescription

userId*

String

merchant Id

withdrawalAmount*

Integer

accountHolderName*

String

bankAccountName*

String

bankCode*

String

bankName*

String

pin*

String

hash pin enrich with client Id and merchant Id

type*

String

"submit_withdraw"

requestId*

String

format {{ ClientId }}{{YYYYMMDDHHmmSS}}{{4 digit increments}} sample aggregator202103091003110001

{
    "requestId": "5f79801b-d4e2-4463-bde9-e0855b5745e9",
    "type": "submit_withdraw",
    "status": 100,
    "statusMessage": "success",
    "body": {
        "customerReffNum": "20210309103858740544",
        "userId": "M_czBSCDVY",
        "withdrawalAmount": "IDR 37995.00",
        "accountHolderName": "Christian Cain",
        "bankAccountNumber": "12345678",
        "bankName": "BANK BCA",
        "bankCode": "014"
    }
}

Sample json request

{"requestId":"aggregator20210409144959688","type":"submit_withdraw","body":{"userId":"M_czBSCDVY","withdrawalAmount":37995,"accountHolderName":"Christian Cain","bankAccountNumber":"123456789","bankName":"BANK BCA","bankCode":"014","pin":"d8bbeb69bebcfa2771eeaf8ba0b197ed591fe9b0b45eed2ccd67ded6f0ac52f7"}}

Last updated