Get Fixed Topup VA

Get Fixed Topup VA

GET https://api-dev.netzme.com/payment/aggregator/fixed_va

This endpoint allows you to get Fixed Topup VA

Query Parameters

NameTypeDescription

userId*

string

contains userId

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

{
    "type": "get_aggregator_fixed_virtual_account",
    "status": 100,
    "statusMessage": "success",
    "ts": "1624857533969",
    "body": {
        "virtualAccounts": [
            {
                "virtualAccountId": "c1251363-d824-4924-985a-5c5db320efc8",
                "bankCode": "PERMATA",
                "accountNumber": "8641082062505514",
                "vaType": "open_amount",
                "active": true
            },
            {
                "virtualAccountId": "f172f8f4-3925-473f-a51e-e5df50d50b33",
                "bankCode": "MANDIRI",
                "accountNumber": "8429222062505514",
                "vaType": "open_amount",
                "active": true
            },
            {
                "virtualAccountId": "9350ef3f-455e-43ba-85b0-556e0930d5ae",
                "bankCode": "BRI",
                "accountNumber": "26257085692505514",
                "vaType": "open_amount",
                "active": true
            },
            {
                "virtualAccountId": "d91755c5-c9aa-492f-a775-4b1d90ae757c",
                "bankCode": "BNI",
                "accountNumber": "800923085692505514",
                "vaType": "open_amount",
                "active": true
            },
            {
                "virtualAccountId": "1de0e73c-0663-43c8-a22a-55f52cb4b5c8",
                "bankCode": "BCA",
                "accountNumber": "11381085692505514",
                "vaType": "open_amount",
                "active": true
            }
        ]
    }
}

Last updated