Netzme vSNAP
  • Introducing
  • Getting Started
  • API Reference
    • Toko Netzme
      • Credentials & Signature
      • Authentication
      • Create pin
      • Forgot pin
      • Get Balance Detail
      • Get Transaction List
      • Get Merchant Detail
      • Withdraw Inquiry
      • Get Information Withdraw
      • Get QRIS Acquire Transaction
      • Create Invoice
      • Create Invoice Transaction
      • Create Invoice QR MPM
      • Get Invoice Transaction
      • Payment Success Callback (Invoice)
      • Payment Success Callback (QRIS Non Invoice )
      • Payment Success Callback V2
        • Payment Success Callback QRIS
        • SNAP Payment Success Callback QRIS
      • Withdraw Status Notification
      • Deduct Deposit and Split Fee
      • Deposit
        • Create Invoice Transaction Topup Deposit
        • Inquiry Withdraw Deposit
        • Withdraw Deposit
        • Get Information Withdraw Deposit
        • Get Deposit Transaction
        • Get Balance Deposit
      • Withdraw Process
      • SNAP Asymmetric Signature
    • Netzme
      • Connect to Netzme
      • Credentials & Signature
      • Authentication
      • Get Account Status
      • Get Balance
      • Get History
      • Get Fixed Topup VA
      • Get Detail Qris
        • QRIS Static
        • QRIS Static With Amount & Percentage Fee
        • QRIS Dynamic
        • QRIS Dynamic with Fee
      • QRIS Payment
      • QRIS Payment Notification
      • Payment Bill
      • Payment Bill Notification
      • Payment Netzme Seamless
      • Upgrade Account Notification
      • Upgrade Account
Powered by GitBook
On this page
  1. API Reference
  2. Netzme

Get Fixed Topup VA

GET api/v1.0/payment/fixed-va?custId={{userId}}

Query Parameters

Name
Type
Description

custId*

String

User ID

Parameter
Data Type
Description

responseCode

String

(HTTP status code + service code + case code)

responseMessage

String

Description of responseCode

additionalInfo

Object

virtualAccounts

Array Object

Virtual account data

virtualAccountNo

String

Virtual account number

active

Boolean

Is virtual account active

bankCode

String

Bank code

vaType

String

Virtual account type

virtualAccountId

String

Virtual account ID

Response Body

{
    "responseCode": "2000000",
    "responseMessage": "Successful",
    "additionalInfo": {
        "virtualAccounts": [
            {
                "virtualAccountNo": "8985082061584220",
                "active": true,
                "bankCode": "PERMATA",
                "vaType": "open_amount",
                "virtualAccountId": "d5de4863-1cc0-4894-b601-6f48a2aa2824"
            },
            {
                "virtualAccountNo": "8830820651584220",
                "active": true,
                "bankCode": "MANDIRI",
                "vaType": "open_amount",
                "virtualAccountId": "7ba8209e-c071-40a0-88bc-ab83fa621c8c"
            },
            {
                "virtualAccountNo": "26257088351584220",
                "active": true,
                "bankCode": "BRI",
                "vaType": "open_amount",
                "virtualAccountId": "596bbc2a-549e-45dd-8d15-39f7a5f79d2e"
            },
            {
                "virtualAccountNo": "8368088351584220",
                "active": true,
                "bankCode": "BNI",
                "vaType": "open_amount",
                "virtualAccountId": "d44ea040-ed9f-41de-bc0b-0091be1c4d50"
            },
            {
                "virtualAccountNo": "11382088351584220",
                "active": true,
                "bankCode": "BCA",
                "vaType": "open_amount",
                "virtualAccountId": "214e48ea-e609-4b75-9ef4-d13992445f76"
            }
        ]
    }
}
Header
Value

Content-Type

application/json

CHANNEL-ID

e.g 95221

X-EXTERNAL-ID

e.g 41807553358950093184162180797837

X-PARTNER-ID

Client id e.g NetmeClientId

X-SIGNATURE

X-TIMESTAMP

Client's current local time in yyyy-MM-ddTHH:mm:ssTZD

Authorization

curl --location 'https://apisnap-stg.netzme.com/api/v1.0/payment/fixed-va?custId=xm1N1ZJc' \
--header 'X-TIMESTAMP: 2022-11-10T00:00:00+07:00' \
--header 'X-CLIENT-SECRET: 4da2a50ad6f64e548c1f5b7936baa7d3' \
--header 'X-SIGNATURE: 14bf8939ff52a02f8a5e08dc18b7b75c8104b9c65bd942531c8e6c92662bba452df286089b1ca1ecd2fea1f26fb6ddac93a950ed3acf8e93b7f3e6401429cce1' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTY1NTgxNDMsImlhdCI6MTY5NjU1NzI0MywiaXNzIjoicHVyYmFfc25hcCIsInJvbCI6ImNoZWNrIn0.11UJCKqil4iHf49bY4GBsgZih1tm_2DhOoDuSvrmDTghz73khihnTeBGjcA-JvjoV3BR_Tjwb3lii23i9J-P1Q' \
--header 'X-PARTNER-ID: NetmeClientId' \
--header 'X-EXTERNAL-ID: 38130553569434745883630096163203' \
--header 'CHANNEL-ID: 95221'
PreviousGet HistoryNextGet Detail Qris

Last updated 10 months ago

Service’s signature (given at )

Client`s access for protected resources (given at )

Authentication
transactional signature