Get Withdraw Detail

Get Withdraw Detail

GET https://tokoapi-stg.netzme.com/api/aggregator/merchant/withdraw/{requestId}

This endpoint allows merchant to get withdraw detail.

Headers

NameTypeDescription

Content-Type*

string

application/json

Authorization*

string

See Authentication Page

Client-Id*

string

See Authentication Page

Request-Time*

string

See Authentication Page

Signature*

string

See Authentication Page

{
    "requestId": "5722a4c5-1ce5-4512-8727-5efe47fbfa01",
    "status": 100,
    "statusMessage": "success",
    "body": {
        "withdrawalAmount": {
            "value": "51000000",
            "currency": "IDR"
        },
        "bankName": "BNI",
        "bankCode": "BNI",
        "customerReffNum": "20220330182217984922",
        "accountHolderName": "merchant name",
        "bankAccountNumber": "123456789",
        "status": "success"
    }
}

Last updated