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. Toko Netzme

Get Merchant Detail

The available versions for this api are v1.0 and v2.0.

POST https://tokoapisnap-stg.netzme.com/api/{version}/registration-account-inquiry

Parameter
Data Type
Description

partnerReferenceNo

String

API request identifier from the user's system, unique for each request

additionalInfo

object

phoneNo

string

user phone

Parameter
Data Type
Description

responseCode

String

(HTTP status code + service code + case code)

responseMessage

String

Description of responseCode

partnerReferenceNo

String

API request identifier from the user's system, unique for each request

referenceNo

String

Transaction identifier from the provider system

accountName

String

Merchant Name

accountNo

String

Phone number

additionalInfo

Object

custIdMerchant

String

User ID

clientId

String

Agragator ID

qrStatic

String

Merchant's QR static

Response Body

{
    "responseCode": "2000800",
    "responseMessage": "Successful",
    "partnerReferenceNo": "testinga202203090000000001",
    "referenceNo": "10bf4149-352d-45de-b448-7dc0e008036e",
    "accountName": "Toko Bu Inem",
    "accountNo": "+6284144116430",
    "additionalInfo": {
        "custIdMerchant": "M_TB1NMLig",
        "clientId": "banksumpah",
        "qrStatic": "https://qr-toko-netzme-ds.s3.ap-southeast-1.amazonaws.com/images/61654ef4ea0d1-ID2021000001712_A01.jpg"
    }
}

curl --location -g --request POST 'https://tokoapisnap-stg.netzme.com/api/v1.0/registration-account-inquiry' \
--header 'X-TIMESTAMP: 2022-08-10T00:00:00+07:00' \
--header 'X-SIGNATURE: 18d5db457654957ec449175b9455340095a57fcc5e2559bbf540f7be038671ed3f791990535f0ee4411944ec4b85088670a0752f8eb783e5fc6bfbd620f52265' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NjkzMTUwMTksImlhdCI6MTY2OTI2MTAxOSwiaXNzIjoiYmFua3N1bXBhaCJ9.eCt0QNx1J2CgK5T3SRNkCgGqxRfexVw_MGntV1UiO8KI2qAiIpL3jgB31HfzNuUeqYu9lXNi27RIbGoxrxVE-Q' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 41807553358950093184162180797837' \
--header 'CHANNEL-ID: 95521' \
--data-raw '{
    "partnerReferenceNo" :"test",
    "additionalInfo" : {
        "phoneNo" : "08014141293"
    }
}'
{
    "partnerReferenceNo": "testing012398120312",
    "additionalInfo": {
        "phoneNo" : "0811111111111"
    }
}
PreviousGet Transaction ListNextWithdraw Inquiry

Last updated 10 months ago

Header
Value

Content-Type

application/json

CHANNEL-ID

e.g 95221

X-EXTERNAL-ID

e.g 41807553358950093184162180797837

X-PARTNER-ID

Client id e.g TokoNetmeClientId

X-SIGNATURE

Service’s signature (given at )

X-TIMESTAMP

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

Authorization

Client`s access for protected resources (given at )

Authentication
transactional signature