Inquiry Withdraw Deposit

Inquiry Withdraw Deposit

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

Query Parameters

NameTypeDescription

userId*

String

contain merchantId

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

{
    "requestId": "aggregator20210409144959687",
    "type": "withdraw_inquiry",
    "status": 100,
    "statusMessage": "success",
    "body": {
        "withdrawalAmount": "IDR 37995.00",
        "accountHolderName": "Christian Cain",
        "bankAccountNumber": "12345678",
        "bankName": "BANK BCA",
        "bankCode": "014",
        "amountAllowed": true
    }
}

Last updated